@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
@@ -30,7 +30,7 @@
30
30
  "since": "13.0.0",
31
31
  "meta": {
32
32
  "filename": "input-text.tsx",
33
- "path": "/home/jenkins/uitech/workspace/OJET_Code_15.0.2/packages/oraclejet-core-pack/web/components/oj-c/input-text"
33
+ "path": "/home/jenkins/uitech/workspace/OJET_Code_15.0.4/packages/oraclejet-core-pack/web/components/oj-c/input-text"
34
34
  },
35
35
  "ojmodule": "input-text"
36
36
  },
@@ -45,7 +45,7 @@
45
45
  "description": "Dictates component's autocomplete state. This attribute indicates whether the value of\nthe control can be automatically completed by the browser. The common values are 'on' and 'off'.\n\nSince this attribute passes through to the input element unchanged, you can look at the html specs for\ndetailed information for how browsers behave and what values besides 'on' and 'off' you can set.\nThe html spec says the default is 'on', so when autocomplete is not explicitly set, the browsers treat it as 'on'.",
46
46
  "meta": {
47
47
  "filename": "input-text.tsx",
48
- "path": "/home/jenkins/uitech/workspace/OJET_Code_15.0.2/packages/oraclejet-core-pack/web/components/oj-c/input-text"
48
+ "path": "/home/jenkins/uitech/workspace/OJET_Code_15.0.4/packages/oraclejet-core-pack/web/components/oj-c/input-text"
49
49
  },
50
50
  "defaultvalue": "\"on\"",
51
51
  "type": {
@@ -65,7 +65,7 @@
65
65
  "description": "Specifies if an icon to clear the input field should be visible.",
66
66
  "meta": {
67
67
  "filename": "input-text.tsx",
68
- "path": "/home/jenkins/uitech/workspace/OJET_Code_15.0.2/packages/oraclejet-core-pack/web/components/oj-c/input-text"
68
+ "path": "/home/jenkins/uitech/workspace/OJET_Code_15.0.4/packages/oraclejet-core-pack/web/components/oj-c/input-text"
69
69
  },
70
70
  "ojvalues": [
71
71
  {
@@ -119,7 +119,7 @@
119
119
  "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.",
120
120
  "meta": {
121
121
  "filename": "input-text.tsx",
122
- "path": "/home/jenkins/uitech/workspace/OJET_Code_15.0.2/packages/oraclejet-core-pack/web/components/oj-c/input-text"
122
+ "path": "/home/jenkins/uitech/workspace/OJET_Code_15.0.4/packages/oraclejet-core-pack/web/components/oj-c/input-text"
123
123
  },
124
124
  "type": {
125
125
  "names": [
@@ -138,7 +138,7 @@
138
138
  "description": "A converter instance or one that duck types oj.Converter.\n<p>\nWhen <code class=\"prettyprint\">converter</code> property changes due to programmatic\nintervention, the element performs various tasks based on the current state it is in. </br>\n\n<h4>Steps Performed Always</h4>\n<ul>\n<li>Any cached converter instance is cleared and new converter created. The converter hint is\npushed to messaging. E.g., notewindow displays the new hint(s).\n</li>\n</ul>\n\n<h4>Running Validation</h4>\n<ul>\n<li>if element is valid when <code class=\"prettyprint\">converter</code> property changes, the\n display value is refreshed.</li>\n<li>if element is invalid and is showing messages when\n<code class=\"prettyprint\">converter</code> property changes then all element messages are\ncleared and full validation run using the current display value on the element.\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 The display value is not refreshed in this case. </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 to clear custom errors. The\n display value is refreshed with the formatted value provided by converter.</li>\n</ul>\n</li>\n<li>if element is invalid and has deferred messages when converter property changes, the\n display value is again refreshed with the formatted value provided by converter.</li>\n</ul>\n\n<h4>Clearing Messages</h4>\n<ul>\n<li>Only messages created by the element are cleared.</li>\n<li><code class=\"prettyprint\">messagesCustom</code> property is not cleared.\nPage authors can\nchoose to clear it explicitly when setting the converter option.</li>\n</ul>\n</p>\n<p>\n During validation, the converter takes the input value which is a string\n and parses it into the type of the component's value property\n (e.g. a number)\n before it passes it to the validator. It then takes the validated value property\n and formats it into a string to be displayed and puts it into the input.\n If the converter's format or parse functions\n throw an error, it will be displayed to the user inline on the field.\n</p>\n<p>\nThe hint exposed by the converter is shown inline by default in the Redwood theme when\nthe field has focus.\nYou can turn off showing converter hints by using the\n'converterHint' property set to 'none' on the <code class=\"prettyprint\">display-options</code>\nattribute.\n</p>\n<p>\nIn the Redwood theme, only one hint shows at a time, so the precedence rules are:\nhelp.instruction shows; if no help.instruction then validator hints show;\nif none, then help-hints.definition shows; if none, then converter hint shows.\nhelp-hints.source always shows along with the other help or hint.\n</p>",
139
139
  "meta": {
140
140
  "filename": "input-text.tsx",
141
- "path": "/home/jenkins/uitech/workspace/OJET_Code_15.0.2/packages/oraclejet-core-pack/web/components/oj-c/input-text"
141
+ "path": "/home/jenkins/uitech/workspace/OJET_Code_15.0.4/packages/oraclejet-core-pack/web/components/oj-c/input-text"
142
142
  },
143
143
  "defaultvalue": null,
144
144
  "type": {
@@ -165,7 +165,7 @@
165
165
  "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>",
166
166
  "meta": {
167
167
  "filename": "input-text.tsx",
168
- "path": "/home/jenkins/uitech/workspace/OJET_Code_15.0.2/packages/oraclejet-core-pack/web/components/oj-c/input-text"
168
+ "path": "/home/jenkins/uitech/workspace/OJET_Code_15.0.4/packages/oraclejet-core-pack/web/components/oj-c/input-text"
169
169
  },
170
170
  "defaultvalue": false,
171
171
  "type": {
@@ -185,7 +185,7 @@
185
185
  "description": "Display options for auxiliary content that determines whether or not it should be displayed.",
186
186
  "meta": {
187
187
  "filename": "input-text.tsx",
188
- "path": "/home/jenkins/uitech/workspace/OJET_Code_15.0.2/packages/oraclejet-core-pack/web/components/oj-c/input-text"
188
+ "path": "/home/jenkins/uitech/workspace/OJET_Code_15.0.4/packages/oraclejet-core-pack/web/components/oj-c/input-text"
189
189
  },
190
190
  "type": {
191
191
  "names": [
@@ -211,7 +211,7 @@
211
211
  "description": "Form component help information.",
212
212
  "meta": {
213
213
  "filename": "input-text.tsx",
214
- "path": "/home/jenkins/uitech/workspace/OJET_Code_15.0.2/packages/oraclejet-core-pack/web/components/oj-c/input-text"
214
+ "path": "/home/jenkins/uitech/workspace/OJET_Code_15.0.4/packages/oraclejet-core-pack/web/components/oj-c/input-text"
215
215
  },
216
216
  "type": {
217
217
  "names": [
@@ -237,7 +237,7 @@
237
237
  "description": "The helpHints object contains a definition property and a source property.",
238
238
  "meta": {
239
239
  "filename": "input-text.tsx",
240
- "path": "/home/jenkins/uitech/workspace/OJET_Code_15.0.2/packages/oraclejet-core-pack/web/components/oj-c/input-text"
240
+ "path": "/home/jenkins/uitech/workspace/OJET_Code_15.0.4/packages/oraclejet-core-pack/web/components/oj-c/input-text"
241
241
  },
242
242
  "type": {
243
243
  "names": [
@@ -263,7 +263,7 @@
263
263
  "description": "The inputPrefix displays as regular text before the input text.\nThe inputPrefix is not editable or focusable.",
264
264
  "meta": {
265
265
  "filename": "input-text.tsx",
266
- "path": "/home/jenkins/uitech/workspace/OJET_Code_15.0.2/packages/oraclejet-core-pack/web/components/oj-c/input-text"
266
+ "path": "/home/jenkins/uitech/workspace/OJET_Code_15.0.4/packages/oraclejet-core-pack/web/components/oj-c/input-text"
267
267
  },
268
268
  "type": {
269
269
  "names": [
@@ -282,7 +282,7 @@
282
282
  "description": "The inputSuffix displays as regular text after the input text.\nThe inputSuffix is not editable or focusable.",
283
283
  "meta": {
284
284
  "filename": "input-text.tsx",
285
- "path": "/home/jenkins/uitech/workspace/OJET_Code_15.0.2/packages/oraclejet-core-pack/web/components/oj-c/input-text"
285
+ "path": "/home/jenkins/uitech/workspace/OJET_Code_15.0.4/packages/oraclejet-core-pack/web/components/oj-c/input-text"
286
286
  },
287
287
  "type": {
288
288
  "names": [
@@ -301,7 +301,7 @@
301
301
  "description": "Specifies how the label of the component is positioned when the label-hint\nattribute is set on the component.",
302
302
  "meta": {
303
303
  "filename": "input-text.tsx",
304
- "path": "/home/jenkins/uitech/workspace/OJET_Code_15.0.2/packages/oraclejet-core-pack/web/components/oj-c/input-text"
304
+ "path": "/home/jenkins/uitech/workspace/OJET_Code_15.0.4/packages/oraclejet-core-pack/web/components/oj-c/input-text"
305
305
  },
306
306
  "ojvalues": [
307
307
  {
@@ -365,7 +365,7 @@
365
365
  "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.",
366
366
  "meta": {
367
367
  "filename": "input-text.tsx",
368
- "path": "/home/jenkins/uitech/workspace/OJET_Code_15.0.2/packages/oraclejet-core-pack/web/components/oj-c/input-text"
368
+ "path": "/home/jenkins/uitech/workspace/OJET_Code_15.0.4/packages/oraclejet-core-pack/web/components/oj-c/input-text"
369
369
  },
370
370
  "type": {
371
371
  "names": [
@@ -384,7 +384,7 @@
384
384
  "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>",
385
385
  "meta": {
386
386
  "filename": "input-text.tsx",
387
- "path": "/home/jenkins/uitech/workspace/OJET_Code_15.0.2/packages/oraclejet-core-pack/web/components/oj-c/input-text"
387
+ "path": "/home/jenkins/uitech/workspace/OJET_Code_15.0.4/packages/oraclejet-core-pack/web/components/oj-c/input-text"
388
388
  },
389
389
  "type": {
390
390
  "names": [
@@ -410,7 +410,7 @@
410
410
  "description": "Should the labels wrap or truncate when there is not enough available space.",
411
411
  "meta": {
412
412
  "filename": "input-text.tsx",
413
- "path": "/home/jenkins/uitech/workspace/OJET_Code_15.0.2/packages/oraclejet-core-pack/web/components/oj-c/input-text"
413
+ "path": "/home/jenkins/uitech/workspace/OJET_Code_15.0.4/packages/oraclejet-core-pack/web/components/oj-c/input-text"
414
414
  },
415
415
  "ojvalues": [
416
416
  {
@@ -452,7 +452,7 @@
452
452
  "description": "Defines the length limit for the field",
453
453
  "meta": {
454
454
  "filename": "input-text.tsx",
455
- "path": "/home/jenkins/uitech/workspace/OJET_Code_15.0.2/packages/oraclejet-core-pack/web/components/oj-c/input-text"
455
+ "path": "/home/jenkins/uitech/workspace/OJET_Code_15.0.4/packages/oraclejet-core-pack/web/components/oj-c/input-text"
456
456
  },
457
457
  "type": {
458
458
  "names": [
@@ -479,7 +479,7 @@
479
479
  "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>",
480
480
  "meta": {
481
481
  "filename": "input-text.tsx",
482
- "path": "/home/jenkins/uitech/workspace/OJET_Code_15.0.2/packages/oraclejet-core-pack/web/components/oj-c/input-text"
482
+ "path": "/home/jenkins/uitech/workspace/OJET_Code_15.0.4/packages/oraclejet-core-pack/web/components/oj-c/input-text"
483
483
  },
484
484
  "defaultvalue": "[]",
485
485
  "type": {
@@ -506,7 +506,7 @@
506
506
  "description": "The placeholder text to set on the element.",
507
507
  "meta": {
508
508
  "filename": "input-text.tsx",
509
- "path": "/home/jenkins/uitech/workspace/OJET_Code_15.0.2/packages/oraclejet-core-pack/web/components/oj-c/input-text"
509
+ "path": "/home/jenkins/uitech/workspace/OJET_Code_15.0.4/packages/oraclejet-core-pack/web/components/oj-c/input-text"
510
510
  },
511
511
  "type": {
512
512
  "names": [
@@ -525,7 +525,7 @@
525
525
  "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.",
526
526
  "meta": {
527
527
  "filename": "input-text.tsx",
528
- "path": "/home/jenkins/uitech/workspace/OJET_Code_15.0.2/packages/oraclejet-core-pack/web/components/oj-c/input-text"
528
+ "path": "/home/jenkins/uitech/workspace/OJET_Code_15.0.4/packages/oraclejet-core-pack/web/components/oj-c/input-text"
529
529
  },
530
530
  "defaultvalue": false,
531
531
  "type": {
@@ -545,7 +545,7 @@
545
545
  "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>",
546
546
  "meta": {
547
547
  "filename": "input-text.tsx",
548
- "path": "/home/jenkins/uitech/workspace/OJET_Code_15.0.2/packages/oraclejet-core-pack/web/components/oj-c/input-text"
548
+ "path": "/home/jenkins/uitech/workspace/OJET_Code_15.0.4/packages/oraclejet-core-pack/web/components/oj-c/input-text"
549
549
  },
550
550
  "defaultvalue": false,
551
551
  "type": {
@@ -565,7 +565,7 @@
565
565
  "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>",
566
566
  "meta": {
567
567
  "filename": "input-text.tsx",
568
- "path": "/home/jenkins/uitech/workspace/OJET_Code_15.0.2/packages/oraclejet-core-pack/web/components/oj-c/input-text"
568
+ "path": "/home/jenkins/uitech/workspace/OJET_Code_15.0.4/packages/oraclejet-core-pack/web/components/oj-c/input-text"
569
569
  },
570
570
  "type": {
571
571
  "names": [
@@ -584,7 +584,7 @@
584
584
  "description": "Specifies how the text is aligned within the text field",
585
585
  "meta": {
586
586
  "filename": "input-text.tsx",
587
- "path": "/home/jenkins/uitech/workspace/OJET_Code_15.0.2/packages/oraclejet-core-pack/web/components/oj-c/input-text"
587
+ "path": "/home/jenkins/uitech/workspace/OJET_Code_15.0.4/packages/oraclejet-core-pack/web/components/oj-c/input-text"
588
588
  },
589
589
  "ojvalues": [
590
590
  {
@@ -638,7 +638,7 @@
638
638
  "ojhidden": true,
639
639
  "meta": {
640
640
  "filename": "input-text.tsx",
641
- "path": "/home/jenkins/uitech/workspace/OJET_Code_15.0.2/packages/oraclejet-core-pack/web/components/oj-c/input-text"
641
+ "path": "/home/jenkins/uitech/workspace/OJET_Code_15.0.4/packages/oraclejet-core-pack/web/components/oj-c/input-text"
642
642
  },
643
643
  "type": {
644
644
  "names": [
@@ -657,7 +657,7 @@
657
657
  "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.",
658
658
  "meta": {
659
659
  "filename": "input-text.tsx",
660
- "path": "/home/jenkins/uitech/workspace/OJET_Code_15.0.2/packages/oraclejet-core-pack/web/components/oj-c/input-text"
660
+ "path": "/home/jenkins/uitech/workspace/OJET_Code_15.0.4/packages/oraclejet-core-pack/web/components/oj-c/input-text"
661
661
  },
662
662
  "ojvalues": [
663
663
  {
@@ -711,7 +711,7 @@
711
711
  "description": "List of validators, synchronous or asynchronous,\nused by the component\nand the implicit component validators when performing validation. Each item is either an\ninstance that duck types oj.Validator or oj.AsyncValidator.\n<p>\nImplicit validators are created by the element when certain attributes are present.\nFor example, if the <code class=\"prettyprint\">required</code> attribute\nis set, an implicit oj.RequiredValidator is created.\nAt runtime when the component runs validation, it\ncombines all the implicit validators with all the validators\nspecified through this <code class=\"prettyprint\">validators</code> attribute\nand the <code class=\"prettyprint\">async-validators</code> attribute, and\nruns all of them.\n</p>\n<p>\nHints exposed by validators are shown inline by default in the Redwood theme when the\nfield has focus.\nYou can turn off showing validator hints by using the\n'validatorHint' property set to 'none' on the <code class=\"prettyprint\">display-options</code>\nattribute.\n</p>\n<p>\nIn the Redwood theme, only one hint shows at a time, so the precedence rules are:\nhelp.instruction shows; if no help.instruction then validator hints show;\nif none, then help-hints.definition shows; if none, then converter hint shows.\nhelp-hints.source always shows along with the other help or hint.\n</p>\n\n<p>\nWhen <code class=\"prettyprint\">validators</code> property changes due to programmatic\nintervention, the component may decide to clear messages and run validation, based on the\ncurrent state it is in. </br>\n\n<h4>Steps Performed Always</h4>\n<ul>\n<li>The cached list of validator instances are cleared and new validator hints is pushed to\nmessaging.\n</li>\n</ul>\n\n<h4>Running Validation</h4>\n<ul>\n<li>if component is valid when validators changes, component does nothing other than the\nsteps it always performs.</li>\n<li>if component is invalid and is showing messages when\n<code class=\"prettyprint\">validators</code> or\n<code class=\"prettyprint\">async-validators</code> changes then all component messages\n are cleared and full validation run using the display value on the component.\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 to clear custom errors.</li>\n</ul>\n</li>\n<li>if component is invalid and has deferred messages when validators changes, it does\nnothing other than the steps it performs always.</li>\n</ul>\n</p>\n\n<h4>Clearing Messages</h4>\n<ul>\n<li>Only messages created by the component are cleared.</li>\n<li><code class=\"prettyprint\">messagesCustom</code> property is not cleared.</li>\n</ul>\n</p>",
712
712
  "meta": {
713
713
  "filename": "input-text.tsx",
714
- "path": "/home/jenkins/uitech/workspace/OJET_Code_15.0.2/packages/oraclejet-core-pack/web/components/oj-c/input-text"
714
+ "path": "/home/jenkins/uitech/workspace/OJET_Code_15.0.4/packages/oraclejet-core-pack/web/components/oj-c/input-text"
715
715
  },
716
716
  "defaultvalue": "[]",
717
717
  "type": {
@@ -739,7 +739,7 @@
739
739
  "description": "The value of the component.\n\n<p>\nWhen <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 UI display value.\n</p>\n\n<p>\nWhen the input field is cleared and the value is committed, the <code class=\"prettyprint\">value</code>\nproperty is set to <code>null</code>.\n</p>\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>",
740
740
  "meta": {
741
741
  "filename": "input-text.tsx",
742
- "path": "/home/jenkins/uitech/workspace/OJET_Code_15.0.2/packages/oraclejet-core-pack/web/components/oj-c/input-text"
742
+ "path": "/home/jenkins/uitech/workspace/OJET_Code_15.0.4/packages/oraclejet-core-pack/web/components/oj-c/input-text"
743
743
  },
744
744
  "defaultvalue": null,
745
745
  "type": {
@@ -766,7 +766,7 @@
766
766
  "description": "The type of virtual keyboard to display for entering a value on mobile browsers. This attribute has no effect on desktop browsers.",
767
767
  "meta": {
768
768
  "filename": "input-text.tsx",
769
- "path": "/home/jenkins/uitech/workspace/OJET_Code_15.0.2/packages/oraclejet-core-pack/web/components/oj-c/input-text"
769
+ "path": "/home/jenkins/uitech/workspace/OJET_Code_15.0.4/packages/oraclejet-core-pack/web/components/oj-c/input-text"
770
770
  },
771
771
  "ojvalues": [
772
772
  {
@@ -866,7 +866,7 @@
866
866
  "description": "<p>The <code class=\"prettyprint\">rawValue</code> is the read-only property for retrieving\nthe current value from the input field in string form. The main consumer of\n<code class=\"prettyprint\">rawValue</code> is a converter.</p>\n<p>\nThe <code class=\"prettyprint\">rawValue</code> updates on the 'input' javascript event,\nso the <code class=\"prettyprint\">rawValue</code> changes as the value of the input is changed.\nIf the user types in '1,200' into the field, the rawValue will be '1', then '1,', then '1,2',\n..., and finally '1,200'. Then when the user blurs or presses\nEnter the <code class=\"prettyprint\">value</code> property gets converted and validated\n(if there is a converter or validators) and then gets updated if valid.\n</p>\n<p>This is a read-only attribute so page authors cannot set or change it directly.</p>",
867
867
  "meta": {
868
868
  "filename": "input-text.tsx",
869
- "path": "/home/jenkins/uitech/workspace/OJET_Code_15.0.2/packages/oraclejet-core-pack/web/components/oj-c/input-text"
869
+ "path": "/home/jenkins/uitech/workspace/OJET_Code_15.0.4/packages/oraclejet-core-pack/web/components/oj-c/input-text"
870
870
  },
871
871
  "type": {
872
872
  "names": [
@@ -887,7 +887,7 @@
887
887
  "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>",
888
888
  "meta": {
889
889
  "filename": "input-text.tsx",
890
- "path": "/home/jenkins/uitech/workspace/OJET_Code_15.0.2/packages/oraclejet-core-pack/web/components/oj-c/input-text"
890
+ "path": "/home/jenkins/uitech/workspace/OJET_Code_15.0.4/packages/oraclejet-core-pack/web/components/oj-c/input-text"
891
891
  },
892
892
  "ojvalues": [
893
893
  {
@@ -949,7 +949,7 @@
949
949
  "description": "Resets the component by clearing all messages and messagesCustom attribute\nand updates the component's display value using the attribute value.\nUser entered values will be erased when this method is called.",
950
950
  "meta": {
951
951
  "filename": "input-text.tsx",
952
- "path": "/home/jenkins/uitech/workspace/OJET_Code_15.0.2/packages/oraclejet-core-pack/web/components/oj-c/input-text"
952
+ "path": "/home/jenkins/uitech/workspace/OJET_Code_15.0.4/packages/oraclejet-core-pack/web/components/oj-c/input-text"
953
953
  },
954
954
  "scope": "instance",
955
955
  "returns": [
@@ -971,7 +971,7 @@
971
971
  "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.",
972
972
  "meta": {
973
973
  "filename": "input-text.tsx",
974
- "path": "/home/jenkins/uitech/workspace/OJET_Code_15.0.2/packages/oraclejet-core-pack/web/components/oj-c/input-text"
974
+ "path": "/home/jenkins/uitech/workspace/OJET_Code_15.0.4/packages/oraclejet-core-pack/web/components/oj-c/input-text"
975
975
  },
976
976
  "scope": "instance",
977
977
  "returns": [
@@ -993,7 +993,7 @@
993
993
  "description": "If enabled, validates the component's display value 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>If the UI display value is empty, then the component normalizes the value to null.</li>\n<li>\n If no converter is present, or the normalized value is null, then processing continues to next step. Otherwise,\n the UI value is first converted (i.e., parsed). If there is a parse error then the messages are shown and processing stops.\n</li>\n<li>\n If required is true, the implicit required validator is run. If the required validator throws an error, the message is shown.\n</li>\n<li>\n If there are no other validators registered on the component, or if the UI display value is empty,\n the value option is updated using the display value (an empty field's display value is null).\n\n Otherwise all validators are run in sequence\n using the parsed value from the previous step.\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>",
994
994
  "meta": {
995
995
  "filename": "input-text.tsx",
996
- "path": "/home/jenkins/uitech/workspace/OJET_Code_15.0.2/packages/oraclejet-core-pack/web/components/oj-c/input-text"
996
+ "path": "/home/jenkins/uitech/workspace/OJET_Code_15.0.4/packages/oraclejet-core-pack/web/components/oj-c/input-text"
997
997
  },
998
998
  "scope": "instance",
999
999
  "returns": [
@@ -1017,7 +1017,7 @@
1017
1017
  "ojhidden": true,
1018
1018
  "meta": {
1019
1019
  "filename": "input-text.tsx",
1020
- "path": "/home/jenkins/uitech/workspace/OJET_Code_15.0.2/packages/oraclejet-core-pack/web/components/oj-c/input-text"
1020
+ "path": "/home/jenkins/uitech/workspace/OJET_Code_15.0.4/packages/oraclejet-core-pack/web/components/oj-c/input-text"
1021
1021
  },
1022
1022
  "scope": "instance",
1023
1023
  "returns": [
@@ -1040,7 +1040,7 @@
1040
1040
  "ojhidden": true,
1041
1041
  "meta": {
1042
1042
  "filename": "input-text.tsx",
1043
- "path": "/home/jenkins/uitech/workspace/OJET_Code_15.0.2/packages/oraclejet-core-pack/web/components/oj-c/input-text"
1043
+ "path": "/home/jenkins/uitech/workspace/OJET_Code_15.0.4/packages/oraclejet-core-pack/web/components/oj-c/input-text"
1044
1044
  },
1045
1045
  "scope": "instance",
1046
1046
  "returns": [
@@ -1062,7 +1062,7 @@
1062
1062
  "description": "Sets a property or a single subproperty for complex properties and notifies the component of the change, triggering a corresponding event.",
1063
1063
  "meta": {
1064
1064
  "filename": "input-text.tsx",
1065
- "path": "/home/jenkins/uitech/workspace/OJET_Code_15.0.2/packages/oraclejet-core-pack/web/components/oj-c/input-text"
1065
+ "path": "/home/jenkins/uitech/workspace/OJET_Code_15.0.4/packages/oraclejet-core-pack/web/components/oj-c/input-text"
1066
1066
  },
1067
1067
  "scope": "instance",
1068
1068
  "params": [
@@ -1096,7 +1096,7 @@
1096
1096
  "description": "Retrieves the value of a property or a subproperty.",
1097
1097
  "meta": {
1098
1098
  "filename": "input-text.tsx",
1099
- "path": "/home/jenkins/uitech/workspace/OJET_Code_15.0.2/packages/oraclejet-core-pack/web/components/oj-c/input-text"
1099
+ "path": "/home/jenkins/uitech/workspace/OJET_Code_15.0.4/packages/oraclejet-core-pack/web/components/oj-c/input-text"
1100
1100
  },
1101
1101
  "scope": "instance",
1102
1102
  "params": [
@@ -1125,7 +1125,7 @@
1125
1125
  "description": "Performs a batch set of properties.",
1126
1126
  "meta": {
1127
1127
  "filename": "input-text.tsx",
1128
- "path": "/home/jenkins/uitech/workspace/OJET_Code_15.0.2/packages/oraclejet-core-pack/web/components/oj-c/input-text"
1128
+ "path": "/home/jenkins/uitech/workspace/OJET_Code_15.0.4/packages/oraclejet-core-pack/web/components/oj-c/input-text"
1129
1129
  },
1130
1130
  "scope": "instance",
1131
1131
  "params": [
@@ -1154,7 +1154,7 @@
1154
1154
  "description": "The end slot is for adding html content after the input area, typically an oj-button or and icon.\nFor example, a magnifying glass icon button for a search field can be provided in this slot.",
1155
1155
  "meta": {
1156
1156
  "filename": "input-text.tsx",
1157
- "path": "/home/jenkins/uitech/workspace/OJET_Code_15.0.2/packages/oraclejet-core-pack/web/components/oj-c/input-text"
1157
+ "path": "/home/jenkins/uitech/workspace/OJET_Code_15.0.4/packages/oraclejet-core-pack/web/components/oj-c/input-text"
1158
1158
  },
1159
1159
  "scope": "instance",
1160
1160
  "ojchild": false,
@@ -1169,7 +1169,7 @@
1169
1169
  "description": "The start slot is for adding html content before the input area, typically an icon.\nFor example, an icon identifying the credit card type based on the value entered.",
1170
1170
  "meta": {
1171
1171
  "filename": "input-text.tsx",
1172
- "path": "/home/jenkins/uitech/workspace/OJET_Code_15.0.2/packages/oraclejet-core-pack/web/components/oj-c/input-text"
1172
+ "path": "/home/jenkins/uitech/workspace/OJET_Code_15.0.4/packages/oraclejet-core-pack/web/components/oj-c/input-text"
1173
1173
  },
1174
1174
  "scope": "instance",
1175
1175
  "ojchild": false,
@@ -1184,7 +1184,7 @@
1184
1184
  "memberof": "oj-c.InputText",
1185
1185
  "meta": {
1186
1186
  "filename": "input-text.tsx",
1187
- "path": "/home/jenkins/uitech/workspace/OJET_Code_15.0.2/packages/oraclejet-core-pack/web/components/oj-c/input-text"
1187
+ "path": "/home/jenkins/uitech/workspace/OJET_Code_15.0.4/packages/oraclejet-core-pack/web/components/oj-c/input-text"
1188
1188
  },
1189
1189
  "ojfragment": true
1190
1190
  },
@@ -1197,7 +1197,7 @@
1197
1197
  "memberof": "oj-c.InputText",
1198
1198
  "meta": {
1199
1199
  "filename": "input-text.tsx",
1200
- "path": "/home/jenkins/uitech/workspace/OJET_Code_15.0.2/packages/oraclejet-core-pack/web/components/oj-c/input-text"
1200
+ "path": "/home/jenkins/uitech/workspace/OJET_Code_15.0.4/packages/oraclejet-core-pack/web/components/oj-c/input-text"
1201
1201
  },
1202
1202
  "ojfragment": true
1203
1203
  },
@@ -1213,7 +1213,7 @@
1213
1213
  "description": "Autofocus is a Boolean that reflects the autofocus attribute.\nIf it is set to true then the associated component will get input focus when the page is loaded.\nSetting this property doesn't set the focus to the component:\nit tells the browser to focus to it when the element is inserted in the document.",
1214
1214
  "meta": {
1215
1215
  "filename": "input-text.tsx",
1216
- "path": "/home/jenkins/uitech/workspace/OJET_Code_15.0.2/packages/oraclejet-core-pack/web/components/oj-c/input-text"
1216
+ "path": "/home/jenkins/uitech/workspace/OJET_Code_15.0.4/packages/oraclejet-core-pack/web/components/oj-c/input-text"
1217
1217
  },
1218
1218
  "type": {
1219
1219
  "names": [
@@ -1236,7 +1236,7 @@
1236
1236
  },
1237
1237
  "meta": {
1238
1238
  "filename": "input-text.tsx",
1239
- "path": "/home/jenkins/uitech/workspace/OJET_Code_15.0.2/packages/oraclejet-core-pack/web/components/oj-c/input-text"
1239
+ "path": "/home/jenkins/uitech/workspace/OJET_Code_15.0.4/packages/oraclejet-core-pack/web/components/oj-c/input-text"
1240
1240
  },
1241
1241
  "properties": [
1242
1242
  {
@@ -1292,7 +1292,7 @@
1292
1292
  },
1293
1293
  "meta": {
1294
1294
  "filename": "input-text.tsx",
1295
- "path": "/home/jenkins/uitech/workspace/OJET_Code_15.0.2/packages/oraclejet-core-pack/web/components/oj-c/input-text"
1295
+ "path": "/home/jenkins/uitech/workspace/OJET_Code_15.0.4/packages/oraclejet-core-pack/web/components/oj-c/input-text"
1296
1296
  },
1297
1297
  "properties": [
1298
1298
  {
@@ -1322,7 +1322,7 @@
1322
1322
  },
1323
1323
  "meta": {
1324
1324
  "filename": "input-text.tsx",
1325
- "path": "/home/jenkins/uitech/workspace/OJET_Code_15.0.2/packages/oraclejet-core-pack/web/components/oj-c/input-text"
1325
+ "path": "/home/jenkins/uitech/workspace/OJET_Code_15.0.4/packages/oraclejet-core-pack/web/components/oj-c/input-text"
1326
1326
  },
1327
1327
  "properties": [
1328
1328
  {
@@ -1372,7 +1372,7 @@
1372
1372
  },
1373
1373
  "meta": {
1374
1374
  "filename": "input-text.tsx",
1375
- "path": "/home/jenkins/uitech/workspace/OJET_Code_15.0.2/packages/oraclejet-core-pack/web/components/oj-c/input-text"
1375
+ "path": "/home/jenkins/uitech/workspace/OJET_Code_15.0.4/packages/oraclejet-core-pack/web/components/oj-c/input-text"
1376
1376
  },
1377
1377
  "properties": [
1378
1378
  {
@@ -1436,7 +1436,7 @@
1436
1436
  },
1437
1437
  "meta": {
1438
1438
  "filename": "input-text.tsx",
1439
- "path": "/home/jenkins/uitech/workspace/OJET_Code_15.0.2/packages/oraclejet-core-pack/web/components/oj-c/input-text"
1439
+ "path": "/home/jenkins/uitech/workspace/OJET_Code_15.0.4/packages/oraclejet-core-pack/web/components/oj-c/input-text"
1440
1440
  },
1441
1441
  "properties": [
1442
1442
  {