@oracle/oraclejet-core-pack 16.0.5 → 16.1.0

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 (472) hide show
  1. package/oj-c/ActionCard.json +6 -6
  2. package/oj-c/AreaChart.json +458 -1546
  3. package/oj-c/AreaChartGroup.json +8 -7
  4. package/oj-c/AreaChartItem.json +35 -16
  5. package/oj-c/AreaChartSeries.json +15 -14
  6. package/oj-c/Avatar.json +10 -10
  7. package/oj-c/Button.json +19 -19
  8. package/oj-c/Checkbox.json +29 -29
  9. package/oj-c/Checkboxset.json +35 -35
  10. package/oj-c/Collapsible.json +14 -14
  11. package/oj-c/DrawerPopup.json +12 -12
  12. package/oj-c/FilePicker.json +20 -20
  13. package/oj-c/FormLayout.json +15 -15
  14. package/oj-c/HighlightText.json +6 -6
  15. package/oj-c/InputDateMask.json +75 -75
  16. package/oj-c/InputDateText.json +44 -44
  17. package/oj-c/InputMonthMask.json +1402 -0
  18. package/oj-c/InputNumber.json +51 -51
  19. package/oj-c/InputPassword.json +42 -42
  20. package/oj-c/InputSensitiveText.json +1420 -0
  21. package/oj-c/InputText.json +48 -48
  22. package/oj-c/LabelledLink.json +21 -21
  23. package/oj-c/Legend.json +36 -36
  24. package/oj-c/LegendItem.json +20 -15
  25. package/oj-c/LegendSection.json +6 -5
  26. package/oj-c/LineChart.json +459 -1546
  27. package/oj-c/LineChartGroup.json +8 -7
  28. package/oj-c/LineChartItem.json +35 -16
  29. package/oj-c/LineChartSeries.json +17 -16
  30. package/oj-c/ListItemLayout.json +16 -16
  31. package/oj-c/ListView.json +18 -18
  32. package/oj-c/MenuButton.json +21 -21
  33. package/oj-c/MessageBanner.json +11 -11
  34. package/oj-c/MessageToast.json +13 -13
  35. package/oj-c/MeterBar.json +26 -26
  36. package/oj-c/MeterCircle.json +30 -30
  37. package/oj-c/ProgressBar.json +7 -7
  38. package/oj-c/ProgressCircle.json +7 -7
  39. package/oj-c/Radioset.json +35 -35
  40. package/oj-c/RatingGauge.json +21 -21
  41. package/oj-c/SelectMultiple.json +41 -41
  42. package/oj-c/SelectSingle.json +45 -45
  43. package/oj-c/SelectionCard.json +6 -6
  44. package/oj-c/Selector.json +8 -8
  45. package/oj-c/SelectorAll.json +25 -5
  46. package/oj-c/SplitMenuButton.json +60 -17
  47. package/oj-c/TabBarMixed.json +606 -0
  48. package/oj-c/TagCloud.json +18 -18
  49. package/oj-c/TagCloudItem.json +11 -10
  50. package/oj-c/TextArea.json +45 -45
  51. package/oj-c/action-card/component.json +2 -2
  52. package/oj-c/area-chart/__webdriver__/AreaChartWebElementBase.d.ts +175 -38
  53. package/oj-c/area-chart/__webdriver__/AreaChartWebElementBase.js +16 -7
  54. package/oj-c/area-chart/__webdriver__/AreaChartWebElementBase.js.map +1 -1
  55. package/oj-c/area-chart/area-chart.js +4 -4
  56. package/oj-c/area-chart/component.json +552 -770
  57. package/oj-c/area-chart-group/area-chart-group.js +1 -1
  58. package/oj-c/area-chart-group/component.json +4 -3
  59. package/oj-c/area-chart-item/area-chart-item.js +1 -1
  60. package/oj-c/area-chart-item/component.json +10 -4
  61. package/oj-c/area-chart-series/area-chart-series.js +1 -1
  62. package/oj-c/area-chart-series/component.json +4 -3
  63. package/oj-c/avatar/component.json +2 -2
  64. package/oj-c/button/button.js +7 -7
  65. package/oj-c/button/component.json +2 -2
  66. package/oj-c/checkbox/component.json +2 -2
  67. package/oj-c/checkboxset/component.json +2 -2
  68. package/oj-c/collapsible/component.json +2 -2
  69. package/oj-c/component.json +15 -3
  70. package/oj-c/corepackbundle.js +883 -353
  71. package/oj-c/docs/action-card.html +59 -50
  72. package/oj-c/docs/area-chart-group.html +59 -50
  73. package/oj-c/docs/area-chart-item.html +59 -50
  74. package/oj-c/docs/area-chart-series.html +59 -50
  75. package/oj-c/docs/area-chart.html +59 -50
  76. package/oj-c/docs/avatar.html +59 -50
  77. package/oj-c/docs/button.html +59 -50
  78. package/oj-c/docs/checkbox.html +59 -50
  79. package/oj-c/docs/checkboxset.html +59 -50
  80. package/oj-c/docs/collapsible.html +59 -50
  81. package/oj-c/docs/drawer-popup.html +59 -50
  82. package/oj-c/docs/file-picker.html +59 -50
  83. package/oj-c/docs/form-layout.html +59 -50
  84. package/oj-c/docs/highlight-text.html +59 -50
  85. package/oj-c/docs/index.html +59 -50
  86. package/oj-c/docs/input-date-mask.html +59 -50
  87. package/oj-c/docs/input-date-text.html +59 -50
  88. package/oj-c/docs/input-month-mask.html +249 -0
  89. package/oj-c/docs/input-number.html +59 -50
  90. package/oj-c/docs/input-password.html +59 -50
  91. package/oj-c/docs/input-sensitive-text.html +249 -0
  92. package/oj-c/docs/input-text.html +59 -50
  93. package/oj-c/docs/jsDocMd.json +1 -1
  94. package/oj-c/docs/labelled-link.html +59 -50
  95. package/oj-c/docs/legend-item.html +59 -50
  96. package/oj-c/docs/legend-section.html +59 -50
  97. package/oj-c/docs/legend.html +59 -50
  98. package/oj-c/docs/line-chart-group.html +59 -50
  99. package/oj-c/docs/line-chart-item.html +59 -50
  100. package/oj-c/docs/line-chart-series.html +59 -50
  101. package/oj-c/docs/line-chart.html +59 -50
  102. package/oj-c/docs/list-item-layout.html +59 -50
  103. package/oj-c/docs/list-view.html +59 -50
  104. package/oj-c/docs/menu-button.html +59 -50
  105. package/oj-c/docs/message-banner.html +59 -50
  106. package/oj-c/docs/message-toast.html +59 -50
  107. package/oj-c/docs/meter-bar.html +59 -50
  108. package/oj-c/docs/meter-circle.html +59 -50
  109. package/oj-c/docs/oj-c.ActionCard.html +60 -51
  110. package/oj-c/docs/oj-c.AreaChart.html +1452 -214
  111. package/oj-c/docs/oj-c.AreaChartGroup.html +63 -51
  112. package/oj-c/docs/oj-c.AreaChartItem.html +125 -54
  113. package/oj-c/docs/oj-c.AreaChartSeries.html +63 -51
  114. package/oj-c/docs/oj-c.Avatar.html +60 -51
  115. package/oj-c/docs/oj-c.Button.html +60 -51
  116. package/oj-c/docs/oj-c.Checkbox.html +60 -51
  117. package/oj-c/docs/oj-c.Checkboxset.html +60 -51
  118. package/oj-c/docs/oj-c.Collapsible.html +60 -51
  119. package/oj-c/docs/oj-c.DrawerPopup.html +60 -51
  120. package/oj-c/docs/oj-c.FilePicker.html +60 -51
  121. package/oj-c/docs/oj-c.FormLayout.html +60 -51
  122. package/oj-c/docs/oj-c.HighlightText.html +60 -51
  123. package/oj-c/docs/oj-c.InputDateMask.html +81 -64
  124. package/oj-c/docs/oj-c.InputDateText.html +60 -51
  125. package/oj-c/docs/oj-c.InputMonthMask.html +5940 -0
  126. package/oj-c/docs/oj-c.InputNumber.html +60 -51
  127. package/oj-c/docs/oj-c.InputPassword.html +80 -62
  128. package/oj-c/docs/oj-c.InputSensitiveText.html +5723 -0
  129. package/oj-c/docs/oj-c.InputText.html +60 -51
  130. package/oj-c/docs/oj-c.LabelledLink.html +60 -51
  131. package/oj-c/docs/oj-c.Legend.html +60 -51
  132. package/oj-c/docs/oj-c.LegendItem.html +75 -51
  133. package/oj-c/docs/oj-c.LegendSection.html +63 -51
  134. package/oj-c/docs/oj-c.LineChart.html +1455 -217
  135. package/oj-c/docs/oj-c.LineChartGroup.html +63 -51
  136. package/oj-c/docs/oj-c.LineChartItem.html +125 -54
  137. package/oj-c/docs/oj-c.LineChartSeries.html +63 -51
  138. package/oj-c/docs/oj-c.ListItemLayout.html +60 -51
  139. package/oj-c/docs/oj-c.ListView.html +60 -51
  140. package/oj-c/docs/oj-c.MenuButton.html +60 -51
  141. package/oj-c/docs/oj-c.MessageBanner.html +60 -51
  142. package/oj-c/docs/oj-c.MessageToast.html +60 -51
  143. package/oj-c/docs/oj-c.MeterBar.html +60 -51
  144. package/oj-c/docs/oj-c.MeterCircle.html +60 -51
  145. package/oj-c/docs/oj-c.ProgressBar.html +60 -51
  146. package/oj-c/docs/oj-c.ProgressCircle.html +60 -51
  147. package/oj-c/docs/oj-c.Radioset.html +60 -51
  148. package/oj-c/docs/oj-c.RatingGauge.html +60 -51
  149. package/oj-c/docs/oj-c.SelectMultiple.html +60 -51
  150. package/oj-c/docs/oj-c.SelectSingle.html +60 -51
  151. package/oj-c/docs/oj-c.Selector.html +60 -51
  152. package/oj-c/docs/oj-c.SelectorAll.html +149 -52
  153. package/oj-c/docs/oj-c.SplitMenuButton.html +299 -52
  154. package/oj-c/docs/oj-c.TabBarMixed.html +2660 -0
  155. package/oj-c/docs/oj-c.TagCloud.html +60 -51
  156. package/oj-c/docs/oj-c.TagCloudItem.html +63 -51
  157. package/oj-c/docs/oj-c.TextArea.html +60 -51
  158. package/oj-c/docs/progress-bar.html +59 -50
  159. package/oj-c/docs/progress-circle.html +59 -50
  160. package/oj-c/docs/radioset.html +59 -50
  161. package/oj-c/docs/rating-gauge.html +59 -50
  162. package/oj-c/docs/select-multiple.html +59 -50
  163. package/oj-c/docs/select-single.html +59 -50
  164. package/oj-c/docs/selection-card.html +59 -50
  165. package/oj-c/docs/selector-all.html +59 -50
  166. package/oj-c/docs/selector.html +59 -50
  167. package/oj-c/docs/split-menu-button.html +59 -50
  168. package/oj-c/docs/tab-bar-mixed.html +249 -0
  169. package/oj-c/docs/tag-cloud-item.html +59 -50
  170. package/oj-c/docs/tag-cloud.html +59 -50
  171. package/oj-c/docs/text-area.html +59 -50
  172. package/oj-c/drawer-popup/component.json +2 -2
  173. package/oj-c/file-picker/component.json +2 -2
  174. package/oj-c/form-layout/component.json +2 -2
  175. package/oj-c/highlight-text/component.json +2 -2
  176. package/oj-c/hooks/UNSAFE_useListData/useListData.js +5 -2
  177. package/oj-c/input-date-mask/component.json +17 -15
  178. package/oj-c/input-date-mask/input-date-mask.js +45 -88
  179. package/oj-c/input-date-text/component.json +3 -6
  180. package/oj-c/input-month-mask/CalendarMonthConverter.js +32 -0
  181. package/oj-c/input-month-mask/CalendarMonthRangeValidator.js +56 -0
  182. package/oj-c/input-month-mask/__webdriver__/InputMonthMaskWebElement.d.ts +16 -0
  183. package/oj-c/input-month-mask/__webdriver__/InputMonthMaskWebElement.js +23 -0
  184. package/oj-c/input-month-mask/__webdriver__/InputMonthMaskWebElement.js.map +1 -0
  185. package/oj-c/input-month-mask/__webdriver__/InputMonthMaskWebElementBase.d.ts +275 -0
  186. package/oj-c/input-month-mask/__webdriver__/InputMonthMaskWebElementBase.js +248 -0
  187. package/oj-c/input-month-mask/__webdriver__/InputMonthMaskWebElementBase.js.map +1 -0
  188. package/oj-c/input-month-mask/__webdriver__/index.d.ts +17 -0
  189. package/oj-c/input-month-mask/__webdriver__/index.js +34 -0
  190. package/oj-c/input-month-mask/__webdriver__/index.js.map +1 -0
  191. package/oj-c/input-month-mask/component.json +493 -0
  192. package/oj-c/input-month-mask/index.js +6 -0
  193. package/oj-c/input-month-mask/input-month-mask-styles.css +14 -0
  194. package/oj-c/input-month-mask/input-month-mask.js +69 -0
  195. package/oj-c/input-month-mask/useImplicitCalendarMonthRangeValidator.js +26 -0
  196. package/oj-c/input-month-mask/useInputMonthMaskPreact.js +88 -0
  197. package/oj-c/input-month-mask.js +6 -0
  198. package/oj-c/input-number/component.json +2 -2
  199. package/oj-c/input-password/__webdriver__/InputPasswordWebElementBase.d.ts +1 -1
  200. package/oj-c/input-password/__webdriver__/InputPasswordWebElementBase.js +1 -1
  201. package/oj-c/input-password/__webdriver__/InputPasswordWebElementBase.js.map +1 -1
  202. package/oj-c/input-password/component.json +5 -5
  203. package/oj-c/input-sensitive-text/__webdriver__/InputSensitiveTextWebElement.d.ts +17 -0
  204. package/oj-c/input-sensitive-text/__webdriver__/InputSensitiveTextWebElement.js +50 -0
  205. package/oj-c/input-sensitive-text/__webdriver__/InputSensitiveTextWebElement.js.map +1 -0
  206. package/oj-c/input-sensitive-text/__webdriver__/InputSensitiveTextWebElementBase.d.ts +259 -0
  207. package/oj-c/input-sensitive-text/__webdriver__/InputSensitiveTextWebElementBase.js +266 -0
  208. package/oj-c/input-sensitive-text/__webdriver__/InputSensitiveTextWebElementBase.js.map +1 -0
  209. package/oj-c/input-sensitive-text/__webdriver__/index.d.ts +17 -0
  210. package/oj-c/input-sensitive-text/__webdriver__/index.js +34 -0
  211. package/oj-c/input-sensitive-text/__webdriver__/index.js.map +1 -0
  212. package/oj-c/input-sensitive-text/component.json +574 -0
  213. package/oj-c/input-sensitive-text/index.js +6 -0
  214. package/oj-c/input-sensitive-text/input-sensitive-text-styles.css +13 -0
  215. package/oj-c/input-sensitive-text/input-sensitive-text.js +74 -0
  216. package/oj-c/input-sensitive-text/useInputSensitiveTextPreact.js +52 -0
  217. package/oj-c/input-sensitive-text.js +6 -0
  218. package/oj-c/input-text/component.json +2 -2
  219. package/oj-c/labelled-link/component.json +2 -2
  220. package/oj-c/legend/component.json +2 -2
  221. package/oj-c/legend/legend-styles.css +1 -0
  222. package/oj-c/legend-item/component.json +12 -7
  223. package/oj-c/legend-item/legend-item.js +1 -1
  224. package/oj-c/legend-section/component.json +4 -3
  225. package/oj-c/legend-section/legend-section.js +1 -1
  226. package/oj-c/line-chart/__webdriver__/LineChartWebElementBase.d.ts +172 -35
  227. package/oj-c/line-chart/__webdriver__/LineChartWebElementBase.js +13 -4
  228. package/oj-c/line-chart/__webdriver__/LineChartWebElementBase.js.map +1 -1
  229. package/oj-c/line-chart/component.json +558 -775
  230. package/oj-c/line-chart/line-chart.js +4 -4
  231. package/oj-c/line-chart-group/component.json +4 -3
  232. package/oj-c/line-chart-group/line-chart-group.js +1 -1
  233. package/oj-c/line-chart-item/component.json +11 -5
  234. package/oj-c/line-chart-item/line-chart-item.js +1 -1
  235. package/oj-c/line-chart-series/component.json +4 -3
  236. package/oj-c/line-chart-series/line-chart-series.js +1 -1
  237. package/oj-c/list-item-layout/component.json +2 -2
  238. package/oj-c/list-view/component.json +2 -2
  239. package/oj-c/menu-button/component.json +2 -2
  240. package/oj-c/menu-button/menu-button.js +2 -2
  241. package/oj-c/message-banner/component.json +2 -2
  242. package/oj-c/message-toast/component.json +2 -2
  243. package/oj-c/metadata/allComponents.json +3619 -2700
  244. package/oj-c/meter-bar/component.json +2 -2
  245. package/oj-c/meter-circle/component.json +2 -2
  246. package/oj-c/min/area-chart-group.js +1 -1
  247. package/oj-c/min/area-chart-group.js.map +1 -1
  248. package/oj-c/min/area-chart-item.js +1 -1
  249. package/oj-c/min/area-chart-item.js.map +1 -1
  250. package/oj-c/min/area-chart-series.js +1 -1
  251. package/oj-c/min/area-chart-series.js.map +1 -1
  252. package/oj-c/min/area-chart.js +1 -1
  253. package/oj-c/min/area-chart.js.map +1 -1
  254. package/oj-c/min/button.js +1 -1
  255. package/oj-c/min/button.js.map +1 -1
  256. package/oj-c/min/corepackbundle.css +28 -1
  257. package/oj-c/min/corepackbundle.js +1 -1
  258. package/oj-c/min/corepackbundle.js.map +1 -1
  259. package/oj-c/min/hooks/UNSAFE_useListData/useListData.js +5 -2
  260. package/oj-c/min/input-date-mask.js +1 -1
  261. package/oj-c/min/input-date-mask.js.map +1 -1
  262. package/oj-c/min/input-month-mask/input-month-mask-styles.css +14 -0
  263. package/oj-c/min/input-month-mask.js +2 -0
  264. package/oj-c/min/input-month-mask.js.map +1 -0
  265. package/oj-c/min/input-sensitive-text/input-sensitive-text-styles.css +13 -0
  266. package/oj-c/min/input-sensitive-text.js +2 -0
  267. package/oj-c/min/input-sensitive-text.js.map +1 -0
  268. package/oj-c/min/legend/legend-styles.css +1 -0
  269. package/oj-c/min/legend-item.js +1 -1
  270. package/oj-c/min/legend-item.js.map +1 -1
  271. package/oj-c/min/legend-section.js +1 -1
  272. package/oj-c/min/legend-section.js.map +1 -1
  273. package/oj-c/min/legend.js +1 -1
  274. package/oj-c/min/legend.js.map +1 -1
  275. package/oj-c/min/line-chart-group.js +1 -1
  276. package/oj-c/min/line-chart-group.js.map +1 -1
  277. package/oj-c/min/line-chart-item.js +1 -1
  278. package/oj-c/min/line-chart-item.js.map +1 -1
  279. package/oj-c/min/line-chart-series.js +1 -1
  280. package/oj-c/min/line-chart-series.js.map +1 -1
  281. package/oj-c/min/line-chart.js +1 -1
  282. package/oj-c/min/line-chart.js.map +1 -1
  283. package/oj-c/min/list-view.js +1 -1
  284. package/oj-c/min/list-view.js.map +1 -1
  285. package/oj-c/min/menu-button.js +1 -1
  286. package/oj-c/min/menu-button.js.map +1 -1
  287. package/oj-c/min/select-multiple.js +2 -2
  288. package/oj-c/min/select-multiple.js.map +1 -1
  289. package/oj-c/min/select-single.js +2 -2
  290. package/oj-c/min/select-single.js.map +1 -1
  291. package/oj-c/min/selector-all.js +1 -1
  292. package/oj-c/min/selector-all.js.map +1 -1
  293. package/oj-c/min/split-menu-button.js +1 -1
  294. package/oj-c/min/split-menu-button.js.map +1 -1
  295. package/oj-c/min/tab-bar-mixed/tab-bar-mixed-styles.css +11 -0
  296. package/oj-c/min/tab-bar-mixed.js +2 -0
  297. package/oj-c/min/tab-bar-mixed.js.map +1 -0
  298. package/oj-c/min/tag-cloud-item.js +1 -1
  299. package/oj-c/min/tag-cloud-item.js.map +1 -1
  300. package/oj-c/min/tag-cloud.js +1 -1
  301. package/oj-c/min/tag-cloud.js.map +1 -1
  302. package/oj-c/min/utils/PRIVATE_ItemsMenu/items-menu.js +7 -5
  303. package/oj-c/min/utils/PRIVATE_chartUtils/axisUtils.js +24 -0
  304. package/oj-c/progress-bar/component.json +2 -2
  305. package/oj-c/progress-circle/component.json +2 -2
  306. package/oj-c/radioset/component.json +2 -2
  307. package/oj-c/rating-gauge/component.json +2 -2
  308. package/oj-c/select-multiple/component.json +2 -2
  309. package/oj-c/select-single/component.json +2 -2
  310. package/oj-c/selection-card/component.json +2 -2
  311. package/oj-c/selector/component.json +2 -2
  312. package/oj-c/selector-all/__webdriver__/SelectorAllWebElementBase.d.ts +7 -0
  313. package/oj-c/selector-all/__webdriver__/SelectorAllWebElementBase.js +9 -0
  314. package/oj-c/selector-all/__webdriver__/SelectorAllWebElementBase.js.map +1 -1
  315. package/oj-c/selector-all/component.json +12 -2
  316. package/oj-c/selector-all/selector-all.js +3 -3
  317. package/oj-c/split-menu-button/__webdriver__/SplitMenuButtonWebElement.d.ts +1 -1
  318. package/oj-c/split-menu-button/__webdriver__/SplitMenuButtonWebElement.js +1 -1
  319. package/oj-c/split-menu-button/__webdriver__/SplitMenuButtonWebElement.js.map +1 -1
  320. package/oj-c/split-menu-button/__webdriver__/SplitMenuButtonWebElementBase.d.ts +7 -0
  321. package/oj-c/split-menu-button/__webdriver__/SplitMenuButtonWebElementBase.js +9 -0
  322. package/oj-c/split-menu-button/__webdriver__/SplitMenuButtonWebElementBase.js.map +1 -1
  323. package/oj-c/split-menu-button/component.json +21 -2
  324. package/oj-c/split-menu-button/split-menu-button.js +18 -27
  325. package/oj-c/tab-bar-mixed/DataTabBarMixed.js +43 -0
  326. package/oj-c/tab-bar-mixed/DataTabBarMixed.types.js +4 -0
  327. package/oj-c/tab-bar-mixed/DataTabBarMixedIcon.js +16 -0
  328. package/oj-c/tab-bar-mixed/__mocks__/@oracle/oraclejet-preact/UNSAFE_ConveyorBelt.js +10 -0
  329. package/oj-c/tab-bar-mixed/__mocks__/@oracle/oraclejet-preact/UNSAFE_TabBarMixed.js +34 -0
  330. package/oj-c/tab-bar-mixed/__webdriver__/TabBarMixedWebElement.d.ts +8 -0
  331. package/oj-c/tab-bar-mixed/__webdriver__/TabBarMixedWebElement.js +13 -0
  332. package/oj-c/tab-bar-mixed/__webdriver__/TabBarMixedWebElement.js.map +1 -0
  333. package/oj-c/tab-bar-mixed/__webdriver__/TabBarMixedWebElementBase.d.ts +116 -0
  334. package/oj-c/tab-bar-mixed/__webdriver__/TabBarMixedWebElementBase.js +95 -0
  335. package/oj-c/tab-bar-mixed/__webdriver__/TabBarMixedWebElementBase.js.map +1 -0
  336. package/oj-c/tab-bar-mixed/__webdriver__/index.d.ts +17 -0
  337. package/oj-c/tab-bar-mixed/__webdriver__/index.js +34 -0
  338. package/oj-c/tab-bar-mixed/__webdriver__/index.js.map +1 -0
  339. package/oj-c/tab-bar-mixed/component.json +236 -0
  340. package/oj-c/tab-bar-mixed/environment.js +13 -0
  341. package/oj-c/tab-bar-mixed/index.js +6 -0
  342. package/oj-c/tab-bar-mixed/sumBadge.js +23 -0
  343. package/oj-c/tab-bar-mixed/tab-bar-mixed-styles.css +11 -0
  344. package/oj-c/tab-bar-mixed/tab-bar-mixed.js +39 -0
  345. package/oj-c/tab-bar-mixed.js +6 -0
  346. package/oj-c/tag-cloud/component.json +2 -2
  347. package/oj-c/tag-cloud-item/component.json +4 -3
  348. package/oj-c/tag-cloud-item/tag-cloud-item.js +1 -1
  349. package/oj-c/text-area/component.json +2 -2
  350. package/oj-c/types/area-chart/area-chart.d.ts +7 -2
  351. package/oj-c/types/area-chart-item/area-chart-item.d.ts +5 -0
  352. package/oj-c/types/input-date-mask/input-date-mask.d.ts +15 -20
  353. package/oj-c/types/input-month-mask/CalendarMonthConverter.d.ts +19 -0
  354. package/oj-c/types/input-month-mask/CalendarMonthRangeValidator.d.ts +34 -0
  355. package/oj-c/types/input-month-mask/index.d.ts +2 -0
  356. package/oj-c/types/input-month-mask/input-month-mask.d.ts +184 -0
  357. package/oj-c/types/input-month-mask/useImplicitCalendarMonthRangeValidator.d.ts +13 -0
  358. package/oj-c/types/input-month-mask/useInputMonthMaskPreact.d.ts +39 -0
  359. package/oj-c/types/input-number/useImplicitNumberConverter.d.ts +1 -1
  360. package/oj-c/types/input-sensitive-text/index.d.ts +2 -0
  361. package/oj-c/types/input-sensitive-text/input-sensitive-text.d.ts +199 -0
  362. package/oj-c/types/input-sensitive-text/useInputSensitiveTextPreact.d.ts +41 -0
  363. package/oj-c/types/line-chart/line-chart.d.ts +7 -2
  364. package/oj-c/types/line-chart-item/line-chart-item.d.ts +5 -0
  365. package/oj-c/types/selector-all/selector-all.d.ts +10 -3
  366. package/oj-c/types/split-menu-button/index.d.ts +1 -1
  367. package/oj-c/types/split-menu-button/split-menu-button.d.ts +18 -14
  368. package/oj-c/types/tab-bar-mixed/DataTabBarMixed.d.ts +2 -0
  369. package/oj-c/types/tab-bar-mixed/DataTabBarMixed.types.d.ts +27 -0
  370. package/oj-c/types/tab-bar-mixed/DataTabBarMixedIcon.d.ts +12 -0
  371. package/oj-c/types/tab-bar-mixed/environment.d.ts +1 -0
  372. package/oj-c/types/tab-bar-mixed/index.d.ts +2 -0
  373. package/oj-c/types/tab-bar-mixed/sumBadge.d.ts +6 -0
  374. package/oj-c/types/tab-bar-mixed/tab-bar-mixed.d.ts +104 -0
  375. package/oj-c/types/utils/PRIVATE_ItemsMenu/index.d.ts +1 -1
  376. package/oj-c/types/utils/PRIVATE_ItemsMenu/items-menu.d.ts +3 -2
  377. package/oj-c/types/utils/PRIVATE_chartUtils/axisUtils.d.ts +3 -0
  378. package/oj-c/types/utils/UNSAFE_vizTypes/chartTypes.d.ts +55 -19
  379. package/oj-c/types/utils/UNSAFE_vizTypes/index.d.ts +1 -0
  380. package/oj-c/utils/PRIVATE_ItemsMenu/items-menu.js +7 -5
  381. package/oj-c/utils/PRIVATE_chartUtils/axisUtils.js +24 -0
  382. package/package.json +4 -4
  383. package/webdriver/docs/assets/navigation.js +1 -1
  384. package/webdriver/docs/assets/search.js +1 -1
  385. package/webdriver/docs/classes/ActionCardWebElement.html +1 -1
  386. package/webdriver/docs/classes/AreaChartWebElement.html +19 -8
  387. package/webdriver/docs/classes/AvatarWebElement.html +1 -1
  388. package/webdriver/docs/classes/ButtonWebElement.html +1 -1
  389. package/webdriver/docs/classes/CheckboxWebElement.html +1 -1
  390. package/webdriver/docs/classes/CheckboxsetWebElement.html +1 -1
  391. package/webdriver/docs/classes/CollapsibleWebElement.html +1 -1
  392. package/webdriver/docs/classes/DrawerPopupWebElement.html +1 -1
  393. package/webdriver/docs/classes/FilePickerWebElement.html +1 -1
  394. package/webdriver/docs/classes/FormLayoutWebElement.html +1 -1
  395. package/webdriver/docs/classes/HighlightTextWebElement.html +1 -1
  396. package/webdriver/docs/classes/InputDateMaskWebElement.html +1 -1
  397. package/webdriver/docs/classes/InputDateTextWebElement.html +1 -1
  398. package/webdriver/docs/classes/InputMonthMaskWebElement.html +211 -0
  399. package/webdriver/docs/classes/InputNumberWebElement.html +1 -1
  400. package/webdriver/docs/classes/InputPasswordWebElement.html +2 -2
  401. package/webdriver/docs/classes/InputSensitiveTextWebElement.html +215 -0
  402. package/webdriver/docs/classes/InputTextWebElement.html +1 -1
  403. package/webdriver/docs/classes/LabelledLinkWebElement.html +1 -1
  404. package/webdriver/docs/classes/LegendWebElement.html +1 -1
  405. package/webdriver/docs/classes/LineChartWebElement.html +12 -6
  406. package/webdriver/docs/classes/ListItemLayoutWebElement.html +1 -1
  407. package/webdriver/docs/classes/ListViewWebElement.html +1 -1
  408. package/webdriver/docs/classes/MenuButtonWebElement.html +1 -1
  409. package/webdriver/docs/classes/MessageBannerWebElement.html +1 -1
  410. package/webdriver/docs/classes/MessageToastWebElement.html +1 -1
  411. package/webdriver/docs/classes/MeterBarWebElement.html +1 -1
  412. package/webdriver/docs/classes/MeterCircleWebElement.html +1 -1
  413. package/webdriver/docs/classes/ProgressBarWebElement.html +1 -1
  414. package/webdriver/docs/classes/ProgressCircleWebElement.html +1 -1
  415. package/webdriver/docs/classes/RadiosetWebElement.html +1 -1
  416. package/webdriver/docs/classes/RatingGaugeWebElement.html +1 -1
  417. package/webdriver/docs/classes/SelectMultipleWebElement.html +1 -1
  418. package/webdriver/docs/classes/SelectSingleWebElement.html +1 -1
  419. package/webdriver/docs/classes/SelectionCardWebElement.html +1 -1
  420. package/webdriver/docs/classes/SelectorAllWebElement.html +6 -2
  421. package/webdriver/docs/classes/SelectorWebElement.html +1 -1
  422. package/webdriver/docs/classes/SplitMenuButtonWebElement.html +7 -3
  423. package/webdriver/docs/classes/TabBarMixedWebElement.html +139 -0
  424. package/webdriver/docs/classes/TagCloudWebElement.html +1 -1
  425. package/webdriver/docs/classes/TextAreaWebElement.html +1 -1
  426. package/webdriver/docs/functions/findActionCard.html +1 -1
  427. package/webdriver/docs/functions/findAreaChart.html +1 -1
  428. package/webdriver/docs/functions/findAvatar.html +1 -1
  429. package/webdriver/docs/functions/findButton.html +1 -1
  430. package/webdriver/docs/functions/findCheckbox.html +1 -1
  431. package/webdriver/docs/functions/findCheckboxset.html +1 -1
  432. package/webdriver/docs/functions/findCollapsible.html +1 -1
  433. package/webdriver/docs/functions/findDrawerPopup.html +1 -1
  434. package/webdriver/docs/functions/findFilePicker.html +1 -1
  435. package/webdriver/docs/functions/findFormLayout.html +1 -1
  436. package/webdriver/docs/functions/findHighlightText.html +1 -1
  437. package/webdriver/docs/functions/findInputDateMask.html +1 -1
  438. package/webdriver/docs/functions/findInputDateText.html +1 -1
  439. package/webdriver/docs/functions/findInputMonthMask.html +8 -0
  440. package/webdriver/docs/functions/findInputNumber.html +1 -1
  441. package/webdriver/docs/functions/findInputPassword.html +1 -1
  442. package/webdriver/docs/functions/findInputSensitiveText.html +8 -0
  443. package/webdriver/docs/functions/findInputText.html +1 -1
  444. package/webdriver/docs/functions/findLabelledLink.html +1 -1
  445. package/webdriver/docs/functions/findLegend.html +1 -1
  446. package/webdriver/docs/functions/findLineChart.html +1 -1
  447. package/webdriver/docs/functions/findListItemLayout.html +1 -1
  448. package/webdriver/docs/functions/findListView.html +1 -1
  449. package/webdriver/docs/functions/findMenuButton.html +1 -1
  450. package/webdriver/docs/functions/findMessageBanner.html +1 -1
  451. package/webdriver/docs/functions/findMessageToast.html +1 -1
  452. package/webdriver/docs/functions/findMeterBar.html +1 -1
  453. package/webdriver/docs/functions/findMeterCircle.html +1 -1
  454. package/webdriver/docs/functions/findProgressBar.html +1 -1
  455. package/webdriver/docs/functions/findProgressCircle.html +1 -1
  456. package/webdriver/docs/functions/findRadioset.html +1 -1
  457. package/webdriver/docs/functions/findRatingGauge.html +1 -1
  458. package/webdriver/docs/functions/findSelectMultiple.html +1 -1
  459. package/webdriver/docs/functions/findSelectSingle.html +1 -1
  460. package/webdriver/docs/functions/findSelectionCard.html +1 -1
  461. package/webdriver/docs/functions/findSelector.html +1 -1
  462. package/webdriver/docs/functions/findSelectorAll.html +1 -1
  463. package/webdriver/docs/functions/findSplitMenuButton.html +1 -1
  464. package/webdriver/docs/functions/findTabBarMixed.html +8 -0
  465. package/webdriver/docs/functions/findTagCloud.html +1 -1
  466. package/webdriver/docs/functions/findTextArea.html +1 -1
  467. package/webdriver/docs/index.html +1 -1
  468. package/webdriver/docs/modules.html +7 -1
  469. package/webdriver/index.d.ts +3 -0
  470. package/webdriver/index.js +3 -0
  471. package/webdriver/index.js.map +1 -1
  472. package/webdriver/index.ts +3 -0
@@ -30,7 +30,7 @@
30
30
  "since": "15.0.0",
31
31
  "meta": {
32
32
  "filename": "list-view.tsx",
33
- "path": "/home/jenkins/uitech/workspace/OJET_Code_16.0.5/packages/oraclejet-core-pack/web/components/oj-c/list-view"
33
+ "path": "/home/jenkins/uitech/workspace/OJET_Code_16.1.0/packages/oraclejet-core-pack/web/components/oj-c/list-view"
34
34
  },
35
35
  "ojmodule": "list-view"
36
36
  },
@@ -47,7 +47,7 @@
47
47
  "description": "The item that currently has keyboard focus",
48
48
  "meta": {
49
49
  "filename": "list-view.tsx",
50
- "path": "/home/jenkins/uitech/workspace/OJET_Code_16.0.5/packages/oraclejet-core-pack/web/components/oj-c/list-view"
50
+ "path": "/home/jenkins/uitech/workspace/OJET_Code_16.1.0/packages/oraclejet-core-pack/web/components/oj-c/list-view"
51
51
  },
52
52
  "type": {
53
53
  "names": [
@@ -66,7 +66,7 @@
66
66
  "description": "The data source for ListView. Must be of type DataProvider.",
67
67
  "meta": {
68
68
  "filename": "list-view.tsx",
69
- "path": "/home/jenkins/uitech/workspace/OJET_Code_16.0.5/packages/oraclejet-core-pack/web/components/oj-c/list-view"
69
+ "path": "/home/jenkins/uitech/workspace/OJET_Code_16.1.0/packages/oraclejet-core-pack/web/components/oj-c/list-view"
70
70
  },
71
71
  "type": {
72
72
  "names": [
@@ -92,7 +92,7 @@
92
92
  "description": "Specifies whether the horizontal grid lines should be visible. By default gridlines\nare hidden.\n\nIt takes the keys `item`, `top` and `bottom`,\neach of which are optional and take a value of \"hidden\" or \"visible\". `item`\ntoggles the presence of bottom gridlines except the last item,\nand `top` and `bottom` toggle the initial and trailing gridlines.\nBy default all gridlines are hidden.",
93
93
  "meta": {
94
94
  "filename": "list-view.tsx",
95
- "path": "/home/jenkins/uitech/workspace/OJET_Code_16.0.5/packages/oraclejet-core-pack/web/components/oj-c/list-view"
95
+ "path": "/home/jenkins/uitech/workspace/OJET_Code_16.1.0/packages/oraclejet-core-pack/web/components/oj-c/list-view"
96
96
  },
97
97
  "type": {
98
98
  "names": [
@@ -118,7 +118,7 @@
118
118
  "description": "scrollPolicy options.\n<p>\nThe following options are supported:\n<ul>\n <li>fetchSize: The number of items fetched each time when scroll to the end.</li>\n <li>scroller: The css selector that locates the element in which listview uses to determine the scroll position as well as the maximum scroll position where scroll to the end will trigger a fetch. If not specified then the root element of listview is used.</li>\n</ul>\nBy default, the next block of rows is fetched when the user scrolls to the end of the list/scroller. The fetchSize option determines how many rows are fetched in each block.",
119
119
  "meta": {
120
120
  "filename": "list-view.tsx",
121
- "path": "/home/jenkins/uitech/workspace/OJET_Code_16.0.5/packages/oraclejet-core-pack/web/components/oj-c/list-view"
121
+ "path": "/home/jenkins/uitech/workspace/OJET_Code_16.1.0/packages/oraclejet-core-pack/web/components/oj-c/list-view"
122
122
  },
123
123
  "type": {
124
124
  "names": [
@@ -144,7 +144,7 @@
144
144
  "description": "",
145
145
  "meta": {
146
146
  "filename": "list-view.tsx",
147
- "path": "/home/jenkins/uitech/workspace/OJET_Code_16.0.5/packages/oraclejet-core-pack/web/components/oj-c/list-view"
147
+ "path": "/home/jenkins/uitech/workspace/OJET_Code_16.1.0/packages/oraclejet-core-pack/web/components/oj-c/list-view"
148
148
  },
149
149
  "type": {
150
150
  "names": [
@@ -163,7 +163,7 @@
163
163
  "description": "",
164
164
  "meta": {
165
165
  "filename": "list-view.tsx",
166
- "path": "/home/jenkins/uitech/workspace/OJET_Code_16.0.5/packages/oraclejet-core-pack/web/components/oj-c/list-view"
166
+ "path": "/home/jenkins/uitech/workspace/OJET_Code_16.1.0/packages/oraclejet-core-pack/web/components/oj-c/list-view"
167
167
  },
168
168
  "type": {
169
169
  "names": [
@@ -183,7 +183,7 @@
183
183
  "description": "The current selected items in the ListView. An empty KeySet indicates nothing is selected.\nNote that property change event for the deprecated selection property will still be fire when\nselected property has changed. In addition, <a href=\"AllKeySetImpl.html\">AllKeySetImpl</a> set\ncan be used to represent select all state. In this case, the value for selection would have an\n'inverted' property set to true, and would contain the keys of the items that are not selected.",
184
184
  "meta": {
185
185
  "filename": "list-view.tsx",
186
- "path": "/home/jenkins/uitech/workspace/OJET_Code_16.0.5/packages/oraclejet-core-pack/web/components/oj-c/list-view"
186
+ "path": "/home/jenkins/uitech/workspace/OJET_Code_16.1.0/packages/oraclejet-core-pack/web/components/oj-c/list-view"
187
187
  },
188
188
  "type": {
189
189
  "names": [
@@ -209,7 +209,7 @@
209
209
  "description": "<p>The type of selection behavior that is enabled on the ListView. This attribute controls the number of selections that can be made via selection gestures at any given time.\n\n<p>If <code class=\"prettyprint\">single</code> or <code class=\"prettyprint\">multiple</code> is specified, selection gestures will be enabled, and the ListView's selection styling will be applied to all items specified by the <a href=\"#selection\">selection</a> and <a href=\"#selected\">selected</a> attributes.\nIf <code class=\"prettyprint\">none</code> is specified, selection gestures will be disabled, and the ListView's selection styling will not be applied to any items specified by the <a href=\"#selection\">selection</a> and <a href=\"#selected\">selected</a> attributes.\n\n<p>Changing the value of this attribute will not affect the value of the <a href=\"#selection\">selection</a> or <a href=\"#selected\">selected</a> attributes.",
210
210
  "meta": {
211
211
  "filename": "list-view.tsx",
212
- "path": "/home/jenkins/uitech/workspace/OJET_Code_16.0.5/packages/oraclejet-core-pack/web/components/oj-c/list-view"
212
+ "path": "/home/jenkins/uitech/workspace/OJET_Code_16.1.0/packages/oraclejet-core-pack/web/components/oj-c/list-view"
213
213
  },
214
214
  "ojvalues": [
215
215
  {
@@ -261,7 +261,7 @@
261
261
  "description": "Sets a property or a single subproperty for complex properties and notifies the component of the change, triggering a corresponding event.",
262
262
  "meta": {
263
263
  "filename": "list-view.tsx",
264
- "path": "/home/jenkins/uitech/workspace/OJET_Code_16.0.5/packages/oraclejet-core-pack/web/components/oj-c/list-view"
264
+ "path": "/home/jenkins/uitech/workspace/OJET_Code_16.1.0/packages/oraclejet-core-pack/web/components/oj-c/list-view"
265
265
  },
266
266
  "scope": "instance",
267
267
  "params": [
@@ -295,7 +295,7 @@
295
295
  "description": "Retrieves the value of a property or a subproperty.",
296
296
  "meta": {
297
297
  "filename": "list-view.tsx",
298
- "path": "/home/jenkins/uitech/workspace/OJET_Code_16.0.5/packages/oraclejet-core-pack/web/components/oj-c/list-view"
298
+ "path": "/home/jenkins/uitech/workspace/OJET_Code_16.1.0/packages/oraclejet-core-pack/web/components/oj-c/list-view"
299
299
  },
300
300
  "scope": "instance",
301
301
  "params": [
@@ -324,7 +324,7 @@
324
324
  "description": "Performs a batch set of properties.",
325
325
  "meta": {
326
326
  "filename": "list-view.tsx",
327
- "path": "/home/jenkins/uitech/workspace/OJET_Code_16.0.5/packages/oraclejet-core-pack/web/components/oj-c/list-view"
327
+ "path": "/home/jenkins/uitech/workspace/OJET_Code_16.1.0/packages/oraclejet-core-pack/web/components/oj-c/list-view"
328
328
  },
329
329
  "scope": "instance",
330
330
  "params": [
@@ -353,7 +353,7 @@
353
353
  "description": "Triggered when user performs an action gesture on an item while ListView is in navigation mode. The action gestures include:\n<ul>\n <li>User clicks anywhere in an item</li>\n <li>User taps anywhere in an item</li>\n <li>User pressed spacebar on an item</li>\n</ul>",
354
354
  "meta": {
355
355
  "filename": "list-view.tsx",
356
- "path": "/home/jenkins/uitech/workspace/OJET_Code_16.0.5/packages/oraclejet-core-pack/web/components/oj-c/list-view"
356
+ "path": "/home/jenkins/uitech/workspace/OJET_Code_16.1.0/packages/oraclejet-core-pack/web/components/oj-c/list-view"
357
357
  },
358
358
  "scope": "instance",
359
359
  "properties": [
@@ -385,7 +385,7 @@
385
385
  "description": "<p>The <code class=\"prettyprint\">itemTemplate</code> slot is used to specify the template for rendering each item in the List. The slot content must be a &lt;template> element.\n<p>When the template is executed for each item, it will have access to the binding context containing the following properties:</p>\n<ul>\n <li>$current - an object that contains information for the current item.</li>\n</ul>",
386
386
  "meta": {
387
387
  "filename": "list-view.tsx",
388
- "path": "/home/jenkins/uitech/workspace/OJET_Code_16.0.5/packages/oraclejet-core-pack/web/components/oj-c/list-view"
388
+ "path": "/home/jenkins/uitech/workspace/OJET_Code_16.1.0/packages/oraclejet-core-pack/web/components/oj-c/list-view"
389
389
  },
390
390
  "scope": "instance",
391
391
  "ojchild": false,
@@ -451,7 +451,7 @@
451
451
  "description": "<p>The <code class=\"prettyprint\">noData</code> slot is used to specify the content to display when the list is empty. The slot content\nmust be a &lt;template&gt; element. If not specified then a default no data message will be displayed.",
452
452
  "meta": {
453
453
  "filename": "list-view.tsx",
454
- "path": "/home/jenkins/uitech/workspace/OJET_Code_16.0.5/packages/oraclejet-core-pack/web/components/oj-c/list-view"
454
+ "path": "/home/jenkins/uitech/workspace/OJET_Code_16.1.0/packages/oraclejet-core-pack/web/components/oj-c/list-view"
455
455
  },
456
456
  "scope": "instance",
457
457
  "ojchild": false,
@@ -467,7 +467,7 @@
467
467
  "memberof": "oj-c.ListView",
468
468
  "meta": {
469
469
  "filename": "list-view.tsx",
470
- "path": "/home/jenkins/uitech/workspace/OJET_Code_16.0.5/packages/oraclejet-core-pack/web/components/oj-c/list-view"
470
+ "path": "/home/jenkins/uitech/workspace/OJET_Code_16.1.0/packages/oraclejet-core-pack/web/components/oj-c/list-view"
471
471
  },
472
472
  "ojfragment": true
473
473
  },
@@ -486,7 +486,7 @@
486
486
  },
487
487
  "meta": {
488
488
  "filename": "list-view.tsx",
489
- "path": "/home/jenkins/uitech/workspace/OJET_Code_16.0.5/packages/oraclejet-core-pack/web/components/oj-c/list-view"
489
+ "path": "/home/jenkins/uitech/workspace/OJET_Code_16.1.0/packages/oraclejet-core-pack/web/components/oj-c/list-view"
490
490
  },
491
491
  "properties": [
492
492
  {
@@ -541,7 +541,7 @@
541
541
  },
542
542
  "meta": {
543
543
  "filename": "list-view.tsx",
544
- "path": "/home/jenkins/uitech/workspace/OJET_Code_16.0.5/packages/oraclejet-core-pack/web/components/oj-c/list-view"
544
+ "path": "/home/jenkins/uitech/workspace/OJET_Code_16.1.0/packages/oraclejet-core-pack/web/components/oj-c/list-view"
545
545
  },
546
546
  "properties": [
547
547
  {
@@ -40,7 +40,7 @@
40
40
  ],
41
41
  "meta": {
42
42
  "filename": "menu-button.tsx",
43
- "path": "/home/jenkins/uitech/workspace/OJET_Code_16.0.5/packages/oraclejet-core-pack/web/components/oj-c/menu-button"
43
+ "path": "/home/jenkins/uitech/workspace/OJET_Code_16.1.0/packages/oraclejet-core-pack/web/components/oj-c/menu-button"
44
44
  },
45
45
  "ojmodule": "menu-button"
46
46
  },
@@ -55,7 +55,7 @@
55
55
  "description": "Text to show in the button.",
56
56
  "meta": {
57
57
  "filename": "menu-button.tsx",
58
- "path": "/home/jenkins/uitech/workspace/OJET_Code_16.0.5/packages/oraclejet-core-pack/web/components/oj-c/menu-button"
58
+ "path": "/home/jenkins/uitech/workspace/OJET_Code_16.1.0/packages/oraclejet-core-pack/web/components/oj-c/menu-button"
59
59
  },
60
60
  "defaultvalue": "\"\"",
61
61
  "type": {
@@ -75,7 +75,7 @@
75
75
  "description": "Suffix appended to menu label to indicate last selection.",
76
76
  "meta": {
77
77
  "filename": "menu-button.tsx",
78
- "path": "/home/jenkins/uitech/workspace/OJET_Code_16.0.5/packages/oraclejet-core-pack/web/components/oj-c/menu-button"
78
+ "path": "/home/jenkins/uitech/workspace/OJET_Code_16.1.0/packages/oraclejet-core-pack/web/components/oj-c/menu-button"
79
79
  },
80
80
  "type": {
81
81
  "names": [
@@ -94,7 +94,7 @@
94
94
  "description": "Text to show in the tooltip. This overrides the default tooltip that renders the label when in icon mode.",
95
95
  "meta": {
96
96
  "filename": "menu-button.tsx",
97
- "path": "/home/jenkins/uitech/workspace/OJET_Code_16.0.5/packages/oraclejet-core-pack/web/components/oj-c/menu-button"
97
+ "path": "/home/jenkins/uitech/workspace/OJET_Code_16.1.0/packages/oraclejet-core-pack/web/components/oj-c/menu-button"
98
98
  },
99
99
  "type": {
100
100
  "names": [
@@ -113,7 +113,7 @@
113
113
  "description": "<table>\n<tr><th>Type</th><th>Def</th></tr>\n<tr><td>MenuSeparator</td><td>{ type: 'separator'}</td></tr>\n<tr><td>MenuItem</td><td>{\ntype?: 'item';\nlabel: string;\nkey: string;\ndisabled?: boolean;\nonAction?: () => void;\nstartIcon?: MenuIcon;\nendIcon?: MenuIcon;\nvariant?: 'standard' | 'destructive';\n};</td></tr>\n<tr><td>MenuSubMenu</td><td>{\ntype: 'submenu';\nlabel?: string;\ndisabled?: boolean;\nstartIcon?: string;\nitems?: Array&lt;MenuItems&gt;;\n};</td></tr>\n<tr><td>MenuSelectSingle</td><td>{\ntype: 'selectsingle';\nkey?: string;\nitems?: Array&lt;MenuSelectItem&gt;;\n};</td></tr>\n<tr><td>MenuSelectMultiple</td><td>{\ntype: 'selectmultiple';\nkey?: string;\nitems?: Array&lt;MenuSelectItem&gt;;\n};</td></tr>\n<tr><td>MenuIcon</td><td>{\ntype?: 'class';\n class: string;\n }\n| {\n type: 'img';\n src: string;\n };</td></tr>\n<tr><td>MenuSelectItem</td><td>{\nlabel: string;\ndisabled?: boolean;\nendIcon?: MenuIcon;\nvalue: string;\n}</td></tr>\n</table>",
114
114
  "meta": {
115
115
  "filename": "menu-button.tsx",
116
- "path": "/home/jenkins/uitech/workspace/OJET_Code_16.0.5/packages/oraclejet-core-pack/web/components/oj-c/menu-button"
116
+ "path": "/home/jenkins/uitech/workspace/OJET_Code_16.1.0/packages/oraclejet-core-pack/web/components/oj-c/menu-button"
117
117
  },
118
118
  "defaultvalue": "[]",
119
119
  "type": {
@@ -141,7 +141,7 @@
141
141
  "description": "An array containing key/value objects for menu selection groups.",
142
142
  "meta": {
143
143
  "filename": "menu-button.tsx",
144
- "path": "/home/jenkins/uitech/workspace/OJET_Code_16.0.5/packages/oraclejet-core-pack/web/components/oj-c/menu-button"
144
+ "path": "/home/jenkins/uitech/workspace/OJET_Code_16.1.0/packages/oraclejet-core-pack/web/components/oj-c/menu-button"
145
145
  },
146
146
  "type": {
147
147
  "names": [
@@ -167,7 +167,7 @@
167
167
  "description": "Display just the label, the icons, or all. Label is used as tooltip and should be set in all cases.",
168
168
  "meta": {
169
169
  "filename": "menu-button.tsx",
170
- "path": "/home/jenkins/uitech/workspace/OJET_Code_16.0.5/packages/oraclejet-core-pack/web/components/oj-c/menu-button"
170
+ "path": "/home/jenkins/uitech/workspace/OJET_Code_16.1.0/packages/oraclejet-core-pack/web/components/oj-c/menu-button"
171
171
  },
172
172
  "ojvalues": [
173
173
  {
@@ -221,7 +221,7 @@
221
221
  "description": "Specifies that the button element should be disabled.",
222
222
  "meta": {
223
223
  "filename": "menu-button.tsx",
224
- "path": "/home/jenkins/uitech/workspace/OJET_Code_16.0.5/packages/oraclejet-core-pack/web/components/oj-c/menu-button"
224
+ "path": "/home/jenkins/uitech/workspace/OJET_Code_16.1.0/packages/oraclejet-core-pack/web/components/oj-c/menu-button"
225
225
  },
226
226
  "defaultvalue": false,
227
227
  "type": {
@@ -241,7 +241,7 @@
241
241
  "description": "Size of button",
242
242
  "meta": {
243
243
  "filename": "menu-button.tsx",
244
- "path": "/home/jenkins/uitech/workspace/OJET_Code_16.0.5/packages/oraclejet-core-pack/web/components/oj-c/menu-button"
244
+ "path": "/home/jenkins/uitech/workspace/OJET_Code_16.1.0/packages/oraclejet-core-pack/web/components/oj-c/menu-button"
245
245
  },
246
246
  "ojvalues": [
247
247
  {
@@ -295,7 +295,7 @@
295
295
  "description": "Specifies that the button style width",
296
296
  "meta": {
297
297
  "filename": "menu-button.tsx",
298
- "path": "/home/jenkins/uitech/workspace/OJET_Code_16.0.5/packages/oraclejet-core-pack/web/components/oj-c/menu-button"
298
+ "path": "/home/jenkins/uitech/workspace/OJET_Code_16.1.0/packages/oraclejet-core-pack/web/components/oj-c/menu-button"
299
299
  },
300
300
  "type": {
301
301
  "names": [
@@ -321,7 +321,7 @@
321
321
  "description": "Indicates in what states the button has chromings in background and border.",
322
322
  "meta": {
323
323
  "filename": "menu-button.tsx",
324
- "path": "/home/jenkins/uitech/workspace/OJET_Code_16.0.5/packages/oraclejet-core-pack/web/components/oj-c/menu-button"
324
+ "path": "/home/jenkins/uitech/workspace/OJET_Code_16.1.0/packages/oraclejet-core-pack/web/components/oj-c/menu-button"
325
325
  },
326
326
  "ojvalues": [
327
327
  {
@@ -374,7 +374,7 @@
374
374
  "ojhidden": true,
375
375
  "meta": {
376
376
  "filename": "menu-button.tsx",
377
- "path": "/home/jenkins/uitech/workspace/OJET_Code_16.0.5/packages/oraclejet-core-pack/web/components/oj-c/menu-button"
377
+ "path": "/home/jenkins/uitech/workspace/OJET_Code_16.1.0/packages/oraclejet-core-pack/web/components/oj-c/menu-button"
378
378
  },
379
379
  "scope": "instance",
380
380
  "returns": [
@@ -397,7 +397,7 @@
397
397
  "ojhidden": true,
398
398
  "meta": {
399
399
  "filename": "menu-button.tsx",
400
- "path": "/home/jenkins/uitech/workspace/OJET_Code_16.0.5/packages/oraclejet-core-pack/web/components/oj-c/menu-button"
400
+ "path": "/home/jenkins/uitech/workspace/OJET_Code_16.1.0/packages/oraclejet-core-pack/web/components/oj-c/menu-button"
401
401
  },
402
402
  "scope": "instance",
403
403
  "returns": [
@@ -419,7 +419,7 @@
419
419
  "description": "Sets a property or a single subproperty for complex properties and notifies the component of the change, triggering a corresponding event.",
420
420
  "meta": {
421
421
  "filename": "menu-button.tsx",
422
- "path": "/home/jenkins/uitech/workspace/OJET_Code_16.0.5/packages/oraclejet-core-pack/web/components/oj-c/menu-button"
422
+ "path": "/home/jenkins/uitech/workspace/OJET_Code_16.1.0/packages/oraclejet-core-pack/web/components/oj-c/menu-button"
423
423
  },
424
424
  "scope": "instance",
425
425
  "params": [
@@ -453,7 +453,7 @@
453
453
  "description": "Retrieves the value of a property or a subproperty.",
454
454
  "meta": {
455
455
  "filename": "menu-button.tsx",
456
- "path": "/home/jenkins/uitech/workspace/OJET_Code_16.0.5/packages/oraclejet-core-pack/web/components/oj-c/menu-button"
456
+ "path": "/home/jenkins/uitech/workspace/OJET_Code_16.1.0/packages/oraclejet-core-pack/web/components/oj-c/menu-button"
457
457
  },
458
458
  "scope": "instance",
459
459
  "params": [
@@ -482,7 +482,7 @@
482
482
  "description": "Performs a batch set of properties.",
483
483
  "meta": {
484
484
  "filename": "menu-button.tsx",
485
- "path": "/home/jenkins/uitech/workspace/OJET_Code_16.0.5/packages/oraclejet-core-pack/web/components/oj-c/menu-button"
485
+ "path": "/home/jenkins/uitech/workspace/OJET_Code_16.1.0/packages/oraclejet-core-pack/web/components/oj-c/menu-button"
486
486
  },
487
487
  "scope": "instance",
488
488
  "params": [
@@ -511,7 +511,7 @@
511
511
  "description": "Triggered when a menu item is clicked, whether by keyboard, mouse, or touch events. Detail indicates which menu item was clicked.",
512
512
  "meta": {
513
513
  "filename": "menu-button.tsx",
514
- "path": "/home/jenkins/uitech/workspace/OJET_Code_16.0.5/packages/oraclejet-core-pack/web/components/oj-c/menu-button"
514
+ "path": "/home/jenkins/uitech/workspace/OJET_Code_16.1.0/packages/oraclejet-core-pack/web/components/oj-c/menu-button"
515
515
  },
516
516
  "scope": "instance",
517
517
  "properties": [
@@ -535,7 +535,7 @@
535
535
  "description": "The startIcon slot is the button's start icon. The oj-c-menu-button element accepts DOM nodes as children with the startIcon slot.",
536
536
  "meta": {
537
537
  "filename": "menu-button.tsx",
538
- "path": "/home/jenkins/uitech/workspace/OJET_Code_16.0.5/packages/oraclejet-core-pack/web/components/oj-c/menu-button"
538
+ "path": "/home/jenkins/uitech/workspace/OJET_Code_16.1.0/packages/oraclejet-core-pack/web/components/oj-c/menu-button"
539
539
  },
540
540
  "scope": "instance",
541
541
  "ojchild": false,
@@ -550,7 +550,7 @@
550
550
  "description": "The endIcon slot is the button's end icon. The oj-c-menu-button element accepts DOM nodes as children with the endIcon slot.",
551
551
  "meta": {
552
552
  "filename": "menu-button.tsx",
553
- "path": "/home/jenkins/uitech/workspace/OJET_Code_16.0.5/packages/oraclejet-core-pack/web/components/oj-c/menu-button"
553
+ "path": "/home/jenkins/uitech/workspace/OJET_Code_16.1.0/packages/oraclejet-core-pack/web/components/oj-c/menu-button"
554
554
  },
555
555
  "scope": "instance",
556
556
  "ojchild": false,
@@ -565,7 +565,7 @@
565
565
  "memberof": "oj-c.MenuButton",
566
566
  "meta": {
567
567
  "filename": "menu-button.tsx",
568
- "path": "/home/jenkins/uitech/workspace/OJET_Code_16.0.5/packages/oraclejet-core-pack/web/components/oj-c/menu-button"
568
+ "path": "/home/jenkins/uitech/workspace/OJET_Code_16.1.0/packages/oraclejet-core-pack/web/components/oj-c/menu-button"
569
569
  },
570
570
  "ojfragment": true
571
571
  },
@@ -578,7 +578,7 @@
578
578
  "memberof": "oj-c.MenuButton",
579
579
  "meta": {
580
580
  "filename": "menu-button.tsx",
581
- "path": "/home/jenkins/uitech/workspace/OJET_Code_16.0.5/packages/oraclejet-core-pack/web/components/oj-c/menu-button"
581
+ "path": "/home/jenkins/uitech/workspace/OJET_Code_16.1.0/packages/oraclejet-core-pack/web/components/oj-c/menu-button"
582
582
  },
583
583
  "ojfragment": true
584
584
  }
@@ -60,7 +60,7 @@
60
60
  ],
61
61
  "meta": {
62
62
  "filename": "message-banner.tsx",
63
- "path": "/home/jenkins/uitech/workspace/OJET_Code_16.0.5/packages/oraclejet-core-pack/web/components/oj-c/message-banner"
63
+ "path": "/home/jenkins/uitech/workspace/OJET_Code_16.1.0/packages/oraclejet-core-pack/web/components/oj-c/message-banner"
64
64
  },
65
65
  "ojmodule": "message-banner"
66
66
  },
@@ -75,7 +75,7 @@
75
75
  "description": "<p>Data for the Message Banner component. This data is used for rendering each banner message.\nThis is a required attribute. If an application needs to initialize the component with\nno initial messages, it would need to provide an empty DataProvider. When the application\nwants to show messages, it can then add new data to the existing DataProvider.\nSee <a href=\"MutableArrayDataProvider.html\">MutableArrayDataProvider</a> for more details.</p>\n\n<p>When specifying a DataProvider for the data attribute, you need to provide the keyAttributes\nfor the DataProvider. The oj-c-message-banner component expects a single attribute of type\nstring or number as the key of the DataProvider. When the data is updated this key attribute\nwill be used to determine whether a new message is being added or an existing message is being\nupdated. This is required for performing necessary animations. When the application replaces\nthe DataProvider, the component assumes that all the messages are newly added irrespective of their\nkeys and performs animation accordingly.</p>",
76
76
  "meta": {
77
77
  "filename": "message-banner.tsx",
78
- "path": "/home/jenkins/uitech/workspace/OJET_Code_16.0.5/packages/oraclejet-core-pack/web/components/oj-c/message-banner"
78
+ "path": "/home/jenkins/uitech/workspace/OJET_Code_16.1.0/packages/oraclejet-core-pack/web/components/oj-c/message-banner"
79
79
  },
80
80
  "type": {
81
81
  "names": [
@@ -101,7 +101,7 @@
101
101
  "description": "A Banner message can have a different look and feel. For example, when using page-level\nmessaging the messages need to be rendered from edge to edge without any outline. On the other\nhand, when they are being used in a section of a page or a dialog, they need to be rendered\nwith an outline. This attribute can be used to specify where the component is being used so that\nit will render the messages accordingly.",
102
102
  "meta": {
103
103
  "filename": "message-banner.tsx",
104
- "path": "/home/jenkins/uitech/workspace/OJET_Code_16.0.5/packages/oraclejet-core-pack/web/components/oj-c/message-banner"
104
+ "path": "/home/jenkins/uitech/workspace/OJET_Code_16.1.0/packages/oraclejet-core-pack/web/components/oj-c/message-banner"
105
105
  },
106
106
  "ojvalues": [
107
107
  {
@@ -144,7 +144,7 @@
144
144
  "description": "Applications can use this property to provide the name of a template or a function that\nreturns the name of a template to use for rendering the detail content.\n\nWhen a template name is provided as a value for this property, the corresponding template\nwill be used for rendering the detail content for all the messages. If applications want\nto use a different template for different messages, they can provide a function that\nreturns a template name instead.\n\nThe provided function should accept an object of type MessageBannerTemplateValueParameters\nand return a key to a template for rendering the corresponding message's detail content.\nThe value returned from this function should be a key to one of the dynamic template slots\nprovided. If the returned value is not one of the keys of the provided dynamic template slots,\nthe component will throw an Error.\n\nIf the function returns undefined, the component then will perform default rendering\nof the detail content using the detail property of the corresponding message.\n\nIf an application specifies both detail and a valid detail-template-value, the detail-template-value\nwill take precedence and the corresponding template will be used for rendering the detail content.",
145
145
  "meta": {
146
146
  "filename": "message-banner.tsx",
147
- "path": "/home/jenkins/uitech/workspace/OJET_Code_16.0.5/packages/oraclejet-core-pack/web/components/oj-c/message-banner"
147
+ "path": "/home/jenkins/uitech/workspace/OJET_Code_16.1.0/packages/oraclejet-core-pack/web/components/oj-c/message-banner"
148
148
  },
149
149
  "type": {
150
150
  "names": [
@@ -168,7 +168,7 @@
168
168
  "description": "Sets a property or a single subproperty for complex properties and notifies the component of the change, triggering a corresponding event.",
169
169
  "meta": {
170
170
  "filename": "message-banner.tsx",
171
- "path": "/home/jenkins/uitech/workspace/OJET_Code_16.0.5/packages/oraclejet-core-pack/web/components/oj-c/message-banner"
171
+ "path": "/home/jenkins/uitech/workspace/OJET_Code_16.1.0/packages/oraclejet-core-pack/web/components/oj-c/message-banner"
172
172
  },
173
173
  "scope": "instance",
174
174
  "params": [
@@ -202,7 +202,7 @@
202
202
  "description": "Retrieves the value of a property or a subproperty.",
203
203
  "meta": {
204
204
  "filename": "message-banner.tsx",
205
- "path": "/home/jenkins/uitech/workspace/OJET_Code_16.0.5/packages/oraclejet-core-pack/web/components/oj-c/message-banner"
205
+ "path": "/home/jenkins/uitech/workspace/OJET_Code_16.1.0/packages/oraclejet-core-pack/web/components/oj-c/message-banner"
206
206
  },
207
207
  "scope": "instance",
208
208
  "params": [
@@ -231,7 +231,7 @@
231
231
  "description": "Performs a batch set of properties.",
232
232
  "meta": {
233
233
  "filename": "message-banner.tsx",
234
- "path": "/home/jenkins/uitech/workspace/OJET_Code_16.0.5/packages/oraclejet-core-pack/web/components/oj-c/message-banner"
234
+ "path": "/home/jenkins/uitech/workspace/OJET_Code_16.1.0/packages/oraclejet-core-pack/web/components/oj-c/message-banner"
235
235
  },
236
236
  "scope": "instance",
237
237
  "params": [
@@ -260,7 +260,7 @@
260
260
  "description": "Triggered when a user tries to close a message through UI interaction. The application\nshould listen to this event and remove the corresponding message item from the data\nwhich would then result in the message being closed. If the application\nfails to remove the message item from the data, then no change will be done in the\nUI by the component and the message will stay in the UI opened.",
261
261
  "meta": {
262
262
  "filename": "message-banner.tsx",
263
- "path": "/home/jenkins/uitech/workspace/OJET_Code_16.0.5/packages/oraclejet-core-pack/web/components/oj-c/message-banner"
263
+ "path": "/home/jenkins/uitech/workspace/OJET_Code_16.1.0/packages/oraclejet-core-pack/web/components/oj-c/message-banner"
264
264
  },
265
265
  "scope": "instance",
266
266
  "properties": [
@@ -332,7 +332,7 @@
332
332
  "memberof": "oj-c.MessageBanner",
333
333
  "meta": {
334
334
  "filename": "message-banner.tsx",
335
- "path": "/home/jenkins/uitech/workspace/OJET_Code_16.0.5/packages/oraclejet-core-pack/web/components/oj-c/message-banner"
335
+ "path": "/home/jenkins/uitech/workspace/OJET_Code_16.1.0/packages/oraclejet-core-pack/web/components/oj-c/message-banner"
336
336
  },
337
337
  "ojfragment": true
338
338
  },
@@ -351,7 +351,7 @@
351
351
  },
352
352
  "meta": {
353
353
  "filename": "message-banner.tsx",
354
- "path": "/home/jenkins/uitech/workspace/OJET_Code_16.0.5/packages/oraclejet-core-pack/web/components/oj-c/message-banner"
354
+ "path": "/home/jenkins/uitech/workspace/OJET_Code_16.1.0/packages/oraclejet-core-pack/web/components/oj-c/message-banner"
355
355
  },
356
356
  "properties": [
357
357
  {
@@ -441,7 +441,7 @@
441
441
  },
442
442
  "meta": {
443
443
  "filename": "message-banner.tsx",
444
- "path": "/home/jenkins/uitech/workspace/OJET_Code_16.0.5/packages/oraclejet-core-pack/web/components/oj-c/message-banner"
444
+ "path": "/home/jenkins/uitech/workspace/OJET_Code_16.1.0/packages/oraclejet-core-pack/web/components/oj-c/message-banner"
445
445
  },
446
446
  "properties": [
447
447
  {
@@ -59,7 +59,7 @@
59
59
  ],
60
60
  "meta": {
61
61
  "filename": "message-toast.tsx",
62
- "path": "/home/jenkins/uitech/workspace/OJET_Code_16.0.5/packages/oraclejet-core-pack/web/components/oj-c/message-toast"
62
+ "path": "/home/jenkins/uitech/workspace/OJET_Code_16.1.0/packages/oraclejet-core-pack/web/components/oj-c/message-toast"
63
63
  },
64
64
  "ojmodule": "message-toast"
65
65
  },
@@ -74,7 +74,7 @@
74
74
  "description": "<p>Data for the Message Toast component. This data is used for rendering each toast message.\nThis is a required attribute. If an application needs to initialize the component with\nno initial messages, it would need to provide an empty DataProvider. When the application\nwants to show messages, it can then add new data to the existing DataProvider.</p>\n\n<p>When specifying a DataProvider for the data attribute, you need to provide the keyAttributes\nfor the DataProvider. The oj-c-message-toast component expects a single attribute of type\nstring or number as the key of the DataProvider. When the data is updated this key attribute\nwill be used to determine whether a new message is being added or an existing message is being\nupdated. This is required for performing necessary animations. When the application replaces\nthe DataProvider, the component assumes that all the messages are newly added irrespective of their\nkeys and performs animation accordingly.</p>",
75
75
  "meta": {
76
76
  "filename": "message-toast.tsx",
77
- "path": "/home/jenkins/uitech/workspace/OJET_Code_16.0.5/packages/oraclejet-core-pack/web/components/oj-c/message-toast"
77
+ "path": "/home/jenkins/uitech/workspace/OJET_Code_16.1.0/packages/oraclejet-core-pack/web/components/oj-c/message-toast"
78
78
  },
79
79
  "type": {
80
80
  "names": [
@@ -100,7 +100,7 @@
100
100
  "description": "Applications can use this property to provide the name of a template or a function that\nreturns the name of a template to use for rendering the detail content.\n\nWhen a template name is provided as a value for this property, the corresponding template\nwill be used for rendering the detail content for all the messages. If applications want\nto use a different template for different messages, they can provide a function that\nreturns a template name instead.\n\nThe provided function should accept an object of type MessageToastTemplateValueParameters\nand return a key to a template for rendering the corresponding message's detail content.\nThe value returned from this function should be a key to one of the dynamic template slots\nprovided. If the returned value is not one of the keys of the provided dynamic template slots,\nthe component will throw an Error.\n\nIf the function returns null or undefined, the component then will perform default rendering\nof the detail content using the detail property of the corresponding message.\n\nIf an application specifies both detail and a valid detail-template-value, the detail-template-value\nwill take precedence and the corresponding template will be used for rendering the detail content.",
101
101
  "meta": {
102
102
  "filename": "message-toast.tsx",
103
- "path": "/home/jenkins/uitech/workspace/OJET_Code_16.0.5/packages/oraclejet-core-pack/web/components/oj-c/message-toast"
103
+ "path": "/home/jenkins/uitech/workspace/OJET_Code_16.1.0/packages/oraclejet-core-pack/web/components/oj-c/message-toast"
104
104
  },
105
105
  "type": {
106
106
  "names": [
@@ -126,7 +126,7 @@
126
126
  "description": "Applications can use this property to provide the name of a template or a function that\nreturns the name of a template to use for rendering the icon content.\n\nWhen a template name is provided as a value for this property, the corresponding template\nwill be used for rendering the icon content for all the messages. If applications want\nto use a different template for different messages, they can provide a function that\nreturns a template name instead.\n\nThe provided function should accept an object of type MessageToastTemplateValueParameters\nand return a key to a template for rendering the corresponding message's icon content.\nThe value returned from this function should be a key to one of the dynamic template slots\nprovided. If the returned value is not one of the keys of the provided dynamic template slots,\nthe component will throw an Error.\n\nIf the function returns null or undefined, the component then will perform default rendering\nof the icon content using the icon property of the corresponding message.\n\nIf an application specifies both icon and a valid icon-template-value, the icon-template-value\nwill take precedence and the corresponding template will be used for rendering the icon content.",
127
127
  "meta": {
128
128
  "filename": "message-toast.tsx",
129
- "path": "/home/jenkins/uitech/workspace/OJET_Code_16.0.5/packages/oraclejet-core-pack/web/components/oj-c/message-toast"
129
+ "path": "/home/jenkins/uitech/workspace/OJET_Code_16.1.0/packages/oraclejet-core-pack/web/components/oj-c/message-toast"
130
130
  },
131
131
  "type": {
132
132
  "names": [
@@ -152,7 +152,7 @@
152
152
  "description": "Defines an offset (in pixels) in the placement. Value can be supplied as a number or\nan object with horizontal and vertical values.",
153
153
  "meta": {
154
154
  "filename": "message-toast.tsx",
155
- "path": "/home/jenkins/uitech/workspace/OJET_Code_16.0.5/packages/oraclejet-core-pack/web/components/oj-c/message-toast"
155
+ "path": "/home/jenkins/uitech/workspace/OJET_Code_16.1.0/packages/oraclejet-core-pack/web/components/oj-c/message-toast"
156
156
  },
157
157
  "defaultvalue": 0,
158
158
  "type": {
@@ -179,7 +179,7 @@
179
179
  "description": "Defines the fixed position where the messages will be positioned on the screen.\n- top-start resolves to top-left in LTR (top-right in RTL)\n- top-end resolves to top-right in LTR (top-left in RTL)\n- bottom-start resolves to bottom-left in LTR (bottom-right in RTL)\n- bottom-end resolves to bottom-right in LTR (bottom-left in RTL)",
180
180
  "meta": {
181
181
  "filename": "message-toast.tsx",
182
- "path": "/home/jenkins/uitech/workspace/OJET_Code_16.0.5/packages/oraclejet-core-pack/web/components/oj-c/message-toast"
182
+ "path": "/home/jenkins/uitech/workspace/OJET_Code_16.1.0/packages/oraclejet-core-pack/web/components/oj-c/message-toast"
183
183
  },
184
184
  "defaultvalue": "\"bottom\"",
185
185
  "type": {
@@ -206,7 +206,7 @@
206
206
  "description": "Sets a property or a single subproperty for complex properties and notifies the component of the change, triggering a corresponding event.",
207
207
  "meta": {
208
208
  "filename": "message-toast.tsx",
209
- "path": "/home/jenkins/uitech/workspace/OJET_Code_16.0.5/packages/oraclejet-core-pack/web/components/oj-c/message-toast"
209
+ "path": "/home/jenkins/uitech/workspace/OJET_Code_16.1.0/packages/oraclejet-core-pack/web/components/oj-c/message-toast"
210
210
  },
211
211
  "scope": "instance",
212
212
  "params": [
@@ -240,7 +240,7 @@
240
240
  "description": "Retrieves the value of a property or a subproperty.",
241
241
  "meta": {
242
242
  "filename": "message-toast.tsx",
243
- "path": "/home/jenkins/uitech/workspace/OJET_Code_16.0.5/packages/oraclejet-core-pack/web/components/oj-c/message-toast"
243
+ "path": "/home/jenkins/uitech/workspace/OJET_Code_16.1.0/packages/oraclejet-core-pack/web/components/oj-c/message-toast"
244
244
  },
245
245
  "scope": "instance",
246
246
  "params": [
@@ -269,7 +269,7 @@
269
269
  "description": "Performs a batch set of properties.",
270
270
  "meta": {
271
271
  "filename": "message-toast.tsx",
272
- "path": "/home/jenkins/uitech/workspace/OJET_Code_16.0.5/packages/oraclejet-core-pack/web/components/oj-c/message-toast"
272
+ "path": "/home/jenkins/uitech/workspace/OJET_Code_16.1.0/packages/oraclejet-core-pack/web/components/oj-c/message-toast"
273
273
  },
274
274
  "scope": "instance",
275
275
  "params": [
@@ -298,7 +298,7 @@
298
298
  "description": "Triggered when a user tries to close a message through UI interaction. The application\nshould listen to this event and remove the corresponding message item from the data\nwhich would then result in the message being closed. If the application\nfails to remove the message item from the data, then no change will be done in the\nUI by the component and the message will stay in the UI opened.",
299
299
  "meta": {
300
300
  "filename": "message-toast.tsx",
301
- "path": "/home/jenkins/uitech/workspace/OJET_Code_16.0.5/packages/oraclejet-core-pack/web/components/oj-c/message-toast"
301
+ "path": "/home/jenkins/uitech/workspace/OJET_Code_16.1.0/packages/oraclejet-core-pack/web/components/oj-c/message-toast"
302
302
  },
303
303
  "scope": "instance",
304
304
  "properties": [
@@ -370,7 +370,7 @@
370
370
  "memberof": "oj-c.MessageToast",
371
371
  "meta": {
372
372
  "filename": "message-toast.tsx",
373
- "path": "/home/jenkins/uitech/workspace/OJET_Code_16.0.5/packages/oraclejet-core-pack/web/components/oj-c/message-toast"
373
+ "path": "/home/jenkins/uitech/workspace/OJET_Code_16.1.0/packages/oraclejet-core-pack/web/components/oj-c/message-toast"
374
374
  },
375
375
  "ojfragment": true
376
376
  },
@@ -389,7 +389,7 @@
389
389
  },
390
390
  "meta": {
391
391
  "filename": "message-toast.tsx",
392
- "path": "/home/jenkins/uitech/workspace/OJET_Code_16.0.5/packages/oraclejet-core-pack/web/components/oj-c/message-toast"
392
+ "path": "/home/jenkins/uitech/workspace/OJET_Code_16.1.0/packages/oraclejet-core-pack/web/components/oj-c/message-toast"
393
393
  },
394
394
  "properties": [
395
395
  {
@@ -505,7 +505,7 @@
505
505
  },
506
506
  "meta": {
507
507
  "filename": "message-toast.tsx",
508
- "path": "/home/jenkins/uitech/workspace/OJET_Code_16.0.5/packages/oraclejet-core-pack/web/components/oj-c/message-toast"
508
+ "path": "/home/jenkins/uitech/workspace/OJET_Code_16.1.0/packages/oraclejet-core-pack/web/components/oj-c/message-toast"
509
509
  },
510
510
  "properties": [
511
511
  {