@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-password.tsx",
33
- "path": "/home/jenkins/uitech/workspace/OJET_Code_15.0.2/packages/oraclejet-core-pack/web/components/oj-c/input-password"
33
+ "path": "/home/jenkins/uitech/workspace/OJET_Code_15.0.4/packages/oraclejet-core-pack/web/components/oj-c/input-password"
34
34
  },
35
35
  "ojmodule": "input-password"
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-password.tsx",
48
- "path": "/home/jenkins/uitech/workspace/OJET_Code_15.0.2/packages/oraclejet-core-pack/web/components/oj-c/input-password"
48
+ "path": "/home/jenkins/uitech/workspace/OJET_Code_15.0.4/packages/oraclejet-core-pack/web/components/oj-c/input-password"
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-password.tsx",
68
- "path": "/home/jenkins/uitech/workspace/OJET_Code_15.0.2/packages/oraclejet-core-pack/web/components/oj-c/input-password"
68
+ "path": "/home/jenkins/uitech/workspace/OJET_Code_15.0.4/packages/oraclejet-core-pack/web/components/oj-c/input-password"
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-password.tsx",
122
- "path": "/home/jenkins/uitech/workspace/OJET_Code_15.0.2/packages/oraclejet-core-pack/web/components/oj-c/input-password"
122
+ "path": "/home/jenkins/uitech/workspace/OJET_Code_15.0.4/packages/oraclejet-core-pack/web/components/oj-c/input-password"
123
123
  },
124
124
  "type": {
125
125
  "names": [
@@ -138,7 +138,7 @@
138
138
  "description": "Whether the component is disabled. The default is false.",
139
139
  "meta": {
140
140
  "filename": "input-password.tsx",
141
- "path": "/home/jenkins/uitech/workspace/OJET_Code_15.0.2/packages/oraclejet-core-pack/web/components/oj-c/input-password"
141
+ "path": "/home/jenkins/uitech/workspace/OJET_Code_15.0.4/packages/oraclejet-core-pack/web/components/oj-c/input-password"
142
142
  },
143
143
  "defaultvalue": false,
144
144
  "type": {
@@ -158,7 +158,7 @@
158
158
  "description": "Display options for auxiliary content that determines whether or not it should be displayed.",
159
159
  "meta": {
160
160
  "filename": "input-password.tsx",
161
- "path": "/home/jenkins/uitech/workspace/OJET_Code_15.0.2/packages/oraclejet-core-pack/web/components/oj-c/input-password"
161
+ "path": "/home/jenkins/uitech/workspace/OJET_Code_15.0.4/packages/oraclejet-core-pack/web/components/oj-c/input-password"
162
162
  },
163
163
  "type": {
164
164
  "names": [
@@ -184,7 +184,7 @@
184
184
  "description": "Form component help information.",
185
185
  "meta": {
186
186
  "filename": "input-password.tsx",
187
- "path": "/home/jenkins/uitech/workspace/OJET_Code_15.0.2/packages/oraclejet-core-pack/web/components/oj-c/input-password"
187
+ "path": "/home/jenkins/uitech/workspace/OJET_Code_15.0.4/packages/oraclejet-core-pack/web/components/oj-c/input-password"
188
188
  },
189
189
  "type": {
190
190
  "names": [
@@ -210,7 +210,7 @@
210
210
  "description": "The helpHints object contains a definition property and a source property.",
211
211
  "meta": {
212
212
  "filename": "input-password.tsx",
213
- "path": "/home/jenkins/uitech/workspace/OJET_Code_15.0.2/packages/oraclejet-core-pack/web/components/oj-c/input-password"
213
+ "path": "/home/jenkins/uitech/workspace/OJET_Code_15.0.4/packages/oraclejet-core-pack/web/components/oj-c/input-password"
214
214
  },
215
215
  "type": {
216
216
  "names": [
@@ -236,7 +236,7 @@
236
236
  "description": "Specifies how the label of the component is positioned when the label-hint\nattribute is set on the component.",
237
237
  "meta": {
238
238
  "filename": "input-password.tsx",
239
- "path": "/home/jenkins/uitech/workspace/OJET_Code_15.0.2/packages/oraclejet-core-pack/web/components/oj-c/input-password"
239
+ "path": "/home/jenkins/uitech/workspace/OJET_Code_15.0.4/packages/oraclejet-core-pack/web/components/oj-c/input-password"
240
240
  },
241
241
  "ojvalues": [
242
242
  {
@@ -300,7 +300,7 @@
300
300
  "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.",
301
301
  "meta": {
302
302
  "filename": "input-password.tsx",
303
- "path": "/home/jenkins/uitech/workspace/OJET_Code_15.0.2/packages/oraclejet-core-pack/web/components/oj-c/input-password"
303
+ "path": "/home/jenkins/uitech/workspace/OJET_Code_15.0.4/packages/oraclejet-core-pack/web/components/oj-c/input-password"
304
304
  },
305
305
  "type": {
306
306
  "names": [
@@ -319,7 +319,7 @@
319
319
  "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>",
320
320
  "meta": {
321
321
  "filename": "input-password.tsx",
322
- "path": "/home/jenkins/uitech/workspace/OJET_Code_15.0.2/packages/oraclejet-core-pack/web/components/oj-c/input-password"
322
+ "path": "/home/jenkins/uitech/workspace/OJET_Code_15.0.4/packages/oraclejet-core-pack/web/components/oj-c/input-password"
323
323
  },
324
324
  "type": {
325
325
  "names": [
@@ -345,7 +345,7 @@
345
345
  "description": "Should the labels wrap or truncate when there is not enough available space.",
346
346
  "meta": {
347
347
  "filename": "input-password.tsx",
348
- "path": "/home/jenkins/uitech/workspace/OJET_Code_15.0.2/packages/oraclejet-core-pack/web/components/oj-c/input-password"
348
+ "path": "/home/jenkins/uitech/workspace/OJET_Code_15.0.4/packages/oraclejet-core-pack/web/components/oj-c/input-password"
349
349
  },
350
350
  "ojvalues": [
351
351
  {
@@ -387,7 +387,7 @@
387
387
  "description": "The user can click on the mask icon to toggle the visibility of the password.\nWhen the user leaves the field, the password is automatically masked.\nIf maskIcon is set to hidden, then the user has no way to toggle the visibility of the password.",
388
388
  "meta": {
389
389
  "filename": "input-password.tsx",
390
- "path": "/home/jenkins/uitech/workspace/OJET_Code_15.0.2/packages/oraclejet-core-pack/web/components/oj-c/input-password"
390
+ "path": "/home/jenkins/uitech/workspace/OJET_Code_15.0.4/packages/oraclejet-core-pack/web/components/oj-c/input-password"
391
391
  },
392
392
  "ojvalues": [
393
393
  {
@@ -431,7 +431,7 @@
431
431
  "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>",
432
432
  "meta": {
433
433
  "filename": "input-password.tsx",
434
- "path": "/home/jenkins/uitech/workspace/OJET_Code_15.0.2/packages/oraclejet-core-pack/web/components/oj-c/input-password"
434
+ "path": "/home/jenkins/uitech/workspace/OJET_Code_15.0.4/packages/oraclejet-core-pack/web/components/oj-c/input-password"
435
435
  },
436
436
  "defaultvalue": "[]",
437
437
  "type": {
@@ -458,7 +458,7 @@
458
458
  "description": "The placeholder text to set on the element.",
459
459
  "meta": {
460
460
  "filename": "input-password.tsx",
461
- "path": "/home/jenkins/uitech/workspace/OJET_Code_15.0.2/packages/oraclejet-core-pack/web/components/oj-c/input-password"
461
+ "path": "/home/jenkins/uitech/workspace/OJET_Code_15.0.4/packages/oraclejet-core-pack/web/components/oj-c/input-password"
462
462
  },
463
463
  "type": {
464
464
  "names": [
@@ -477,7 +477,7 @@
477
477
  "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.",
478
478
  "meta": {
479
479
  "filename": "input-password.tsx",
480
- "path": "/home/jenkins/uitech/workspace/OJET_Code_15.0.2/packages/oraclejet-core-pack/web/components/oj-c/input-password"
480
+ "path": "/home/jenkins/uitech/workspace/OJET_Code_15.0.4/packages/oraclejet-core-pack/web/components/oj-c/input-password"
481
481
  },
482
482
  "defaultvalue": false,
483
483
  "type": {
@@ -497,7 +497,7 @@
497
497
  "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 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>",
498
498
  "meta": {
499
499
  "filename": "input-password.tsx",
500
- "path": "/home/jenkins/uitech/workspace/OJET_Code_15.0.2/packages/oraclejet-core-pack/web/components/oj-c/input-password"
500
+ "path": "/home/jenkins/uitech/workspace/OJET_Code_15.0.4/packages/oraclejet-core-pack/web/components/oj-c/input-password"
501
501
  },
502
502
  "defaultvalue": false,
503
503
  "type": {
@@ -517,7 +517,7 @@
517
517
  "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>",
518
518
  "meta": {
519
519
  "filename": "input-password.tsx",
520
- "path": "/home/jenkins/uitech/workspace/OJET_Code_15.0.2/packages/oraclejet-core-pack/web/components/oj-c/input-password"
520
+ "path": "/home/jenkins/uitech/workspace/OJET_Code_15.0.4/packages/oraclejet-core-pack/web/components/oj-c/input-password"
521
521
  },
522
522
  "type": {
523
523
  "names": [
@@ -536,7 +536,7 @@
536
536
  "description": "Specifies how the text is aligned within the text field",
537
537
  "meta": {
538
538
  "filename": "input-password.tsx",
539
- "path": "/home/jenkins/uitech/workspace/OJET_Code_15.0.2/packages/oraclejet-core-pack/web/components/oj-c/input-password"
539
+ "path": "/home/jenkins/uitech/workspace/OJET_Code_15.0.4/packages/oraclejet-core-pack/web/components/oj-c/input-password"
540
540
  },
541
541
  "ojvalues": [
542
542
  {
@@ -590,7 +590,7 @@
590
590
  "ojhidden": true,
591
591
  "meta": {
592
592
  "filename": "input-password.tsx",
593
- "path": "/home/jenkins/uitech/workspace/OJET_Code_15.0.2/packages/oraclejet-core-pack/web/components/oj-c/input-password"
593
+ "path": "/home/jenkins/uitech/workspace/OJET_Code_15.0.4/packages/oraclejet-core-pack/web/components/oj-c/input-password"
594
594
  },
595
595
  "type": {
596
596
  "names": [
@@ -609,7 +609,7 @@
609
609
  "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.",
610
610
  "meta": {
611
611
  "filename": "input-password.tsx",
612
- "path": "/home/jenkins/uitech/workspace/OJET_Code_15.0.2/packages/oraclejet-core-pack/web/components/oj-c/input-password"
612
+ "path": "/home/jenkins/uitech/workspace/OJET_Code_15.0.4/packages/oraclejet-core-pack/web/components/oj-c/input-password"
613
613
  },
614
614
  "ojvalues": [
615
615
  {
@@ -663,7 +663,7 @@
663
663
  "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>",
664
664
  "meta": {
665
665
  "filename": "input-password.tsx",
666
- "path": "/home/jenkins/uitech/workspace/OJET_Code_15.0.2/packages/oraclejet-core-pack/web/components/oj-c/input-password"
666
+ "path": "/home/jenkins/uitech/workspace/OJET_Code_15.0.4/packages/oraclejet-core-pack/web/components/oj-c/input-password"
667
667
  },
668
668
  "defaultvalue": "[]",
669
669
  "type": {
@@ -691,7 +691,7 @@
691
691
  "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>",
692
692
  "meta": {
693
693
  "filename": "input-password.tsx",
694
- "path": "/home/jenkins/uitech/workspace/OJET_Code_15.0.2/packages/oraclejet-core-pack/web/components/oj-c/input-password"
694
+ "path": "/home/jenkins/uitech/workspace/OJET_Code_15.0.4/packages/oraclejet-core-pack/web/components/oj-c/input-password"
695
695
  },
696
696
  "defaultvalue": null,
697
697
  "type": {
@@ -713,7 +713,7 @@
713
713
  "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>",
714
714
  "meta": {
715
715
  "filename": "input-password.tsx",
716
- "path": "/home/jenkins/uitech/workspace/OJET_Code_15.0.2/packages/oraclejet-core-pack/web/components/oj-c/input-password"
716
+ "path": "/home/jenkins/uitech/workspace/OJET_Code_15.0.4/packages/oraclejet-core-pack/web/components/oj-c/input-password"
717
717
  },
718
718
  "type": {
719
719
  "names": [
@@ -734,7 +734,7 @@
734
734
  "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>",
735
735
  "meta": {
736
736
  "filename": "input-password.tsx",
737
- "path": "/home/jenkins/uitech/workspace/OJET_Code_15.0.2/packages/oraclejet-core-pack/web/components/oj-c/input-password"
737
+ "path": "/home/jenkins/uitech/workspace/OJET_Code_15.0.4/packages/oraclejet-core-pack/web/components/oj-c/input-password"
738
738
  },
739
739
  "ojvalues": [
740
740
  {
@@ -796,7 +796,7 @@
796
796
  "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.",
797
797
  "meta": {
798
798
  "filename": "input-password.tsx",
799
- "path": "/home/jenkins/uitech/workspace/OJET_Code_15.0.2/packages/oraclejet-core-pack/web/components/oj-c/input-password"
799
+ "path": "/home/jenkins/uitech/workspace/OJET_Code_15.0.4/packages/oraclejet-core-pack/web/components/oj-c/input-password"
800
800
  },
801
801
  "scope": "instance",
802
802
  "returns": [
@@ -818,7 +818,7 @@
818
818
  "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.",
819
819
  "meta": {
820
820
  "filename": "input-password.tsx",
821
- "path": "/home/jenkins/uitech/workspace/OJET_Code_15.0.2/packages/oraclejet-core-pack/web/components/oj-c/input-password"
821
+ "path": "/home/jenkins/uitech/workspace/OJET_Code_15.0.4/packages/oraclejet-core-pack/web/components/oj-c/input-password"
822
822
  },
823
823
  "scope": "instance",
824
824
  "returns": [
@@ -840,7 +840,7 @@
840
840
  "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>",
841
841
  "meta": {
842
842
  "filename": "input-password.tsx",
843
- "path": "/home/jenkins/uitech/workspace/OJET_Code_15.0.2/packages/oraclejet-core-pack/web/components/oj-c/input-password"
843
+ "path": "/home/jenkins/uitech/workspace/OJET_Code_15.0.4/packages/oraclejet-core-pack/web/components/oj-c/input-password"
844
844
  },
845
845
  "scope": "instance",
846
846
  "returns": [
@@ -864,7 +864,7 @@
864
864
  "ojhidden": true,
865
865
  "meta": {
866
866
  "filename": "input-password.tsx",
867
- "path": "/home/jenkins/uitech/workspace/OJET_Code_15.0.2/packages/oraclejet-core-pack/web/components/oj-c/input-password"
867
+ "path": "/home/jenkins/uitech/workspace/OJET_Code_15.0.4/packages/oraclejet-core-pack/web/components/oj-c/input-password"
868
868
  },
869
869
  "scope": "instance",
870
870
  "returns": [
@@ -887,7 +887,7 @@
887
887
  "ojhidden": true,
888
888
  "meta": {
889
889
  "filename": "input-password.tsx",
890
- "path": "/home/jenkins/uitech/workspace/OJET_Code_15.0.2/packages/oraclejet-core-pack/web/components/oj-c/input-password"
890
+ "path": "/home/jenkins/uitech/workspace/OJET_Code_15.0.4/packages/oraclejet-core-pack/web/components/oj-c/input-password"
891
891
  },
892
892
  "scope": "instance",
893
893
  "returns": [
@@ -909,7 +909,7 @@
909
909
  "description": "Sets a property or a single subproperty for complex properties and notifies the component of the change, triggering a corresponding event.",
910
910
  "meta": {
911
911
  "filename": "input-password.tsx",
912
- "path": "/home/jenkins/uitech/workspace/OJET_Code_15.0.2/packages/oraclejet-core-pack/web/components/oj-c/input-password"
912
+ "path": "/home/jenkins/uitech/workspace/OJET_Code_15.0.4/packages/oraclejet-core-pack/web/components/oj-c/input-password"
913
913
  },
914
914
  "scope": "instance",
915
915
  "params": [
@@ -943,7 +943,7 @@
943
943
  "description": "Retrieves the value of a property or a subproperty.",
944
944
  "meta": {
945
945
  "filename": "input-password.tsx",
946
- "path": "/home/jenkins/uitech/workspace/OJET_Code_15.0.2/packages/oraclejet-core-pack/web/components/oj-c/input-password"
946
+ "path": "/home/jenkins/uitech/workspace/OJET_Code_15.0.4/packages/oraclejet-core-pack/web/components/oj-c/input-password"
947
947
  },
948
948
  "scope": "instance",
949
949
  "params": [
@@ -972,7 +972,7 @@
972
972
  "description": "Performs a batch set of properties.",
973
973
  "meta": {
974
974
  "filename": "input-password.tsx",
975
- "path": "/home/jenkins/uitech/workspace/OJET_Code_15.0.2/packages/oraclejet-core-pack/web/components/oj-c/input-password"
975
+ "path": "/home/jenkins/uitech/workspace/OJET_Code_15.0.4/packages/oraclejet-core-pack/web/components/oj-c/input-password"
976
976
  },
977
977
  "scope": "instance",
978
978
  "params": [
@@ -1001,7 +1001,7 @@
1001
1001
  "memberof": "oj-c.InputPassword",
1002
1002
  "meta": {
1003
1003
  "filename": "input-password.tsx",
1004
- "path": "/home/jenkins/uitech/workspace/OJET_Code_15.0.2/packages/oraclejet-core-pack/web/components/oj-c/input-password"
1004
+ "path": "/home/jenkins/uitech/workspace/OJET_Code_15.0.4/packages/oraclejet-core-pack/web/components/oj-c/input-password"
1005
1005
  },
1006
1006
  "ojfragment": true
1007
1007
  },
@@ -1014,7 +1014,7 @@
1014
1014
  "memberof": "oj-c.InputPassword",
1015
1015
  "meta": {
1016
1016
  "filename": "input-password.tsx",
1017
- "path": "/home/jenkins/uitech/workspace/OJET_Code_15.0.2/packages/oraclejet-core-pack/web/components/oj-c/input-password"
1017
+ "path": "/home/jenkins/uitech/workspace/OJET_Code_15.0.4/packages/oraclejet-core-pack/web/components/oj-c/input-password"
1018
1018
  },
1019
1019
  "ojfragment": true
1020
1020
  },
@@ -1030,7 +1030,7 @@
1030
1030
  "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.",
1031
1031
  "meta": {
1032
1032
  "filename": "input-password.tsx",
1033
- "path": "/home/jenkins/uitech/workspace/OJET_Code_15.0.2/packages/oraclejet-core-pack/web/components/oj-c/input-password"
1033
+ "path": "/home/jenkins/uitech/workspace/OJET_Code_15.0.4/packages/oraclejet-core-pack/web/components/oj-c/input-password"
1034
1034
  },
1035
1035
  "type": {
1036
1036
  "names": [
@@ -1053,7 +1053,7 @@
1053
1053
  },
1054
1054
  "meta": {
1055
1055
  "filename": "input-password.tsx",
1056
- "path": "/home/jenkins/uitech/workspace/OJET_Code_15.0.2/packages/oraclejet-core-pack/web/components/oj-c/input-password"
1056
+ "path": "/home/jenkins/uitech/workspace/OJET_Code_15.0.4/packages/oraclejet-core-pack/web/components/oj-c/input-password"
1057
1057
  },
1058
1058
  "properties": [
1059
1059
  {
@@ -1109,7 +1109,7 @@
1109
1109
  },
1110
1110
  "meta": {
1111
1111
  "filename": "input-password.tsx",
1112
- "path": "/home/jenkins/uitech/workspace/OJET_Code_15.0.2/packages/oraclejet-core-pack/web/components/oj-c/input-password"
1112
+ "path": "/home/jenkins/uitech/workspace/OJET_Code_15.0.4/packages/oraclejet-core-pack/web/components/oj-c/input-password"
1113
1113
  },
1114
1114
  "properties": [
1115
1115
  {
@@ -1139,7 +1139,7 @@
1139
1139
  },
1140
1140
  "meta": {
1141
1141
  "filename": "input-password.tsx",
1142
- "path": "/home/jenkins/uitech/workspace/OJET_Code_15.0.2/packages/oraclejet-core-pack/web/components/oj-c/input-password"
1142
+ "path": "/home/jenkins/uitech/workspace/OJET_Code_15.0.4/packages/oraclejet-core-pack/web/components/oj-c/input-password"
1143
1143
  },
1144
1144
  "properties": [
1145
1145
  {
@@ -1189,7 +1189,7 @@
1189
1189
  },
1190
1190
  "meta": {
1191
1191
  "filename": "input-password.tsx",
1192
- "path": "/home/jenkins/uitech/workspace/OJET_Code_15.0.2/packages/oraclejet-core-pack/web/components/oj-c/input-password"
1192
+ "path": "/home/jenkins/uitech/workspace/OJET_Code_15.0.4/packages/oraclejet-core-pack/web/components/oj-c/input-password"
1193
1193
  },
1194
1194
  "properties": [
1195
1195
  {