@oracle/oraclejet-core-pack 16.1.6 → 16.1.8

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 (356) hide show
  1. package/oj-c/ActionCard.json +6 -6
  2. package/oj-c/AreaChart.json +44 -44
  3. package/oj-c/AreaChartGroup.json +7 -7
  4. package/oj-c/AreaChartItem.json +15 -15
  5. package/oj-c/AreaChartSeries.json +14 -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 +42 -42
  16. package/oj-c/InputDateText.json +44 -44
  17. package/oj-c/InputMonthMask.json +49 -49
  18. package/oj-c/InputNumber.json +51 -51
  19. package/oj-c/InputPassword.json +41 -41
  20. package/oj-c/InputSensitiveText.json +43 -43
  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 +15 -15
  25. package/oj-c/LegendSection.json +5 -5
  26. package/oj-c/LineChart.json +44 -44
  27. package/oj-c/LineChartGroup.json +7 -7
  28. package/oj-c/LineChartItem.json +15 -15
  29. package/oj-c/LineChartSeries.json +16 -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 +6 -6
  46. package/oj-c/SplitMenuButton.json +18 -18
  47. package/oj-c/TabBarMixed.json +18 -18
  48. package/oj-c/TagCloud.json +18 -18
  49. package/oj-c/TagCloudItem.json +10 -10
  50. package/oj-c/TextArea.json +45 -45
  51. package/oj-c/action-card/component.json +2 -2
  52. package/oj-c/action-card.js +1 -1
  53. package/oj-c/area-chart/component.json +2 -2
  54. package/oj-c/area-chart-group/component.json +2 -2
  55. package/oj-c/area-chart-group.js +1 -1
  56. package/oj-c/area-chart-item/component.json +2 -2
  57. package/oj-c/area-chart-item.js +1 -1
  58. package/oj-c/area-chart-series/component.json +2 -2
  59. package/oj-c/area-chart-series.js +1 -1
  60. package/oj-c/area-chart.js +1 -1
  61. package/oj-c/avatar/component.json +2 -2
  62. package/oj-c/avatar.js +1 -1
  63. package/oj-c/button/component.json +2 -2
  64. package/oj-c/button.js +1 -1
  65. package/oj-c/checkbox/component.json +2 -2
  66. package/oj-c/checkbox.js +1 -1
  67. package/oj-c/checkboxset/component.json +2 -2
  68. package/oj-c/checkboxset.js +1 -1
  69. package/oj-c/collapsible/component.json +2 -2
  70. package/oj-c/collapsible.js +1 -1
  71. package/oj-c/component.json +2 -2
  72. package/oj-c/corepackbundle.js +50 -50
  73. package/oj-c/docs/action-card.html +3 -3
  74. package/oj-c/docs/area-chart-group.html +3 -3
  75. package/oj-c/docs/area-chart-item.html +3 -3
  76. package/oj-c/docs/area-chart-series.html +3 -3
  77. package/oj-c/docs/area-chart.html +3 -3
  78. package/oj-c/docs/avatar.html +3 -3
  79. package/oj-c/docs/button.html +3 -3
  80. package/oj-c/docs/checkbox.html +3 -3
  81. package/oj-c/docs/checkboxset.html +3 -3
  82. package/oj-c/docs/collapsible.html +3 -3
  83. package/oj-c/docs/drawer-popup.html +3 -3
  84. package/oj-c/docs/file-picker.html +3 -3
  85. package/oj-c/docs/form-layout.html +3 -3
  86. package/oj-c/docs/highlight-text.html +3 -3
  87. package/oj-c/docs/index.html +3 -3
  88. package/oj-c/docs/input-date-mask.html +3 -3
  89. package/oj-c/docs/input-date-text.html +3 -3
  90. package/oj-c/docs/input-month-mask.html +3 -3
  91. package/oj-c/docs/input-number.html +3 -3
  92. package/oj-c/docs/input-password.html +3 -3
  93. package/oj-c/docs/input-sensitive-text.html +3 -3
  94. package/oj-c/docs/input-text.html +3 -3
  95. package/oj-c/docs/labelled-link.html +3 -3
  96. package/oj-c/docs/legend-item.html +3 -3
  97. package/oj-c/docs/legend-section.html +3 -3
  98. package/oj-c/docs/legend.html +3 -3
  99. package/oj-c/docs/line-chart-group.html +3 -3
  100. package/oj-c/docs/line-chart-item.html +3 -3
  101. package/oj-c/docs/line-chart-series.html +3 -3
  102. package/oj-c/docs/line-chart.html +3 -3
  103. package/oj-c/docs/list-item-layout.html +3 -3
  104. package/oj-c/docs/list-view.html +3 -3
  105. package/oj-c/docs/menu-button.html +3 -3
  106. package/oj-c/docs/message-banner.html +3 -3
  107. package/oj-c/docs/message-toast.html +3 -3
  108. package/oj-c/docs/meter-bar.html +3 -3
  109. package/oj-c/docs/meter-circle.html +3 -3
  110. package/oj-c/docs/oj-c.ActionCard.html +3 -3
  111. package/oj-c/docs/oj-c.AreaChart.html +3 -3
  112. package/oj-c/docs/oj-c.AreaChartGroup.html +3 -3
  113. package/oj-c/docs/oj-c.AreaChartItem.html +3 -3
  114. package/oj-c/docs/oj-c.AreaChartSeries.html +3 -3
  115. package/oj-c/docs/oj-c.Avatar.html +3 -3
  116. package/oj-c/docs/oj-c.Button.html +3 -3
  117. package/oj-c/docs/oj-c.Checkbox.html +3 -3
  118. package/oj-c/docs/oj-c.Checkboxset.html +3 -3
  119. package/oj-c/docs/oj-c.Collapsible.html +3 -3
  120. package/oj-c/docs/oj-c.DrawerPopup.html +3 -3
  121. package/oj-c/docs/oj-c.FilePicker.html +3 -3
  122. package/oj-c/docs/oj-c.FormLayout.html +3 -3
  123. package/oj-c/docs/oj-c.HighlightText.html +3 -3
  124. package/oj-c/docs/oj-c.InputDateMask.html +3 -3
  125. package/oj-c/docs/oj-c.InputDateText.html +3 -3
  126. package/oj-c/docs/oj-c.InputMonthMask.html +3 -3
  127. package/oj-c/docs/oj-c.InputNumber.html +3 -3
  128. package/oj-c/docs/oj-c.InputPassword.html +3 -3
  129. package/oj-c/docs/oj-c.InputSensitiveText.html +3 -3
  130. package/oj-c/docs/oj-c.InputText.html +3 -3
  131. package/oj-c/docs/oj-c.LabelledLink.html +3 -3
  132. package/oj-c/docs/oj-c.Legend.html +3 -3
  133. package/oj-c/docs/oj-c.LegendItem.html +3 -3
  134. package/oj-c/docs/oj-c.LegendSection.html +3 -3
  135. package/oj-c/docs/oj-c.LineChart.html +3 -3
  136. package/oj-c/docs/oj-c.LineChartGroup.html +3 -3
  137. package/oj-c/docs/oj-c.LineChartItem.html +3 -3
  138. package/oj-c/docs/oj-c.LineChartSeries.html +3 -3
  139. package/oj-c/docs/oj-c.ListItemLayout.html +3 -3
  140. package/oj-c/docs/oj-c.ListView.html +3 -3
  141. package/oj-c/docs/oj-c.MenuButton.html +3 -3
  142. package/oj-c/docs/oj-c.MessageBanner.html +3 -3
  143. package/oj-c/docs/oj-c.MessageToast.html +3 -3
  144. package/oj-c/docs/oj-c.MeterBar.html +3 -3
  145. package/oj-c/docs/oj-c.MeterCircle.html +3 -3
  146. package/oj-c/docs/oj-c.ProgressBar.html +3 -3
  147. package/oj-c/docs/oj-c.ProgressCircle.html +3 -3
  148. package/oj-c/docs/oj-c.Radioset.html +3 -3
  149. package/oj-c/docs/oj-c.RatingGauge.html +3 -3
  150. package/oj-c/docs/oj-c.SelectMultiple.html +3 -3
  151. package/oj-c/docs/oj-c.SelectSingle.html +3 -3
  152. package/oj-c/docs/oj-c.Selector.html +3 -3
  153. package/oj-c/docs/oj-c.SelectorAll.html +3 -3
  154. package/oj-c/docs/oj-c.SplitMenuButton.html +3 -3
  155. package/oj-c/docs/oj-c.TabBarMixed.html +3 -3
  156. package/oj-c/docs/oj-c.TagCloud.html +3 -3
  157. package/oj-c/docs/oj-c.TagCloudItem.html +3 -3
  158. package/oj-c/docs/oj-c.TextArea.html +3 -3
  159. package/oj-c/docs/progress-bar.html +3 -3
  160. package/oj-c/docs/progress-circle.html +3 -3
  161. package/oj-c/docs/radioset.html +3 -3
  162. package/oj-c/docs/rating-gauge.html +3 -3
  163. package/oj-c/docs/select-multiple.html +3 -3
  164. package/oj-c/docs/select-single.html +3 -3
  165. package/oj-c/docs/selection-card.html +3 -3
  166. package/oj-c/docs/selector-all.html +3 -3
  167. package/oj-c/docs/selector.html +3 -3
  168. package/oj-c/docs/split-menu-button.html +3 -3
  169. package/oj-c/docs/tab-bar-mixed.html +3 -3
  170. package/oj-c/docs/tag-cloud-item.html +3 -3
  171. package/oj-c/docs/tag-cloud.html +3 -3
  172. package/oj-c/docs/text-area.html +3 -3
  173. package/oj-c/drawer-popup/component.json +2 -2
  174. package/oj-c/drawer-popup.js +1 -1
  175. package/oj-c/file-picker/component.json +2 -2
  176. package/oj-c/file-picker.js +1 -1
  177. package/oj-c/form-layout/component.json +2 -2
  178. package/oj-c/form-layout.js +1 -1
  179. package/oj-c/highlight-text/component.json +2 -2
  180. package/oj-c/highlight-text.js +1 -1
  181. package/oj-c/input-date-mask/component.json +2 -2
  182. package/oj-c/input-date-mask.js +1 -1
  183. package/oj-c/input-date-text/component.json +2 -2
  184. package/oj-c/input-date-text.js +1 -1
  185. package/oj-c/input-month-mask/component.json +2 -2
  186. package/oj-c/input-month-mask.js +1 -1
  187. package/oj-c/input-number/component.json +2 -2
  188. package/oj-c/input-number.js +1 -1
  189. package/oj-c/input-password/component.json +2 -2
  190. package/oj-c/input-password.js +1 -1
  191. package/oj-c/input-sensitive-text/component.json +2 -2
  192. package/oj-c/input-sensitive-text.js +1 -1
  193. package/oj-c/input-text/component.json +2 -2
  194. package/oj-c/input-text.js +1 -1
  195. package/oj-c/labelled-link/component.json +2 -2
  196. package/oj-c/labelled-link.js +1 -1
  197. package/oj-c/legend/component.json +2 -2
  198. package/oj-c/legend-item/component.json +2 -2
  199. package/oj-c/legend-item.js +1 -1
  200. package/oj-c/legend-section/component.json +2 -2
  201. package/oj-c/legend-section.js +1 -1
  202. package/oj-c/legend.js +1 -1
  203. package/oj-c/line-chart/component.json +2 -2
  204. package/oj-c/line-chart-group/component.json +2 -2
  205. package/oj-c/line-chart-group.js +1 -1
  206. package/oj-c/line-chart-item/component.json +2 -2
  207. package/oj-c/line-chart-item.js +1 -1
  208. package/oj-c/line-chart-series/component.json +2 -2
  209. package/oj-c/line-chart-series.js +1 -1
  210. package/oj-c/line-chart.js +1 -1
  211. package/oj-c/list-item-layout/component.json +2 -2
  212. package/oj-c/list-item-layout.js +1 -1
  213. package/oj-c/list-view/component.json +2 -2
  214. package/oj-c/list-view.js +1 -1
  215. package/oj-c/menu-button/component.json +2 -2
  216. package/oj-c/menu-button.js +1 -1
  217. package/oj-c/message-banner/component.json +2 -2
  218. package/oj-c/message-banner.js +1 -1
  219. package/oj-c/message-toast/component.json +2 -2
  220. package/oj-c/message-toast.js +1 -1
  221. package/oj-c/metadata/allComponents.json +101 -101
  222. package/oj-c/meter-bar/component.json +2 -2
  223. package/oj-c/meter-bar.js +1 -1
  224. package/oj-c/meter-circle/component.json +2 -2
  225. package/oj-c/meter-circle.js +1 -1
  226. package/oj-c/min/action-card.js +1 -1
  227. package/oj-c/min/action-card.js.map +1 -1
  228. package/oj-c/min/area-chart-group.js +1 -1
  229. package/oj-c/min/area-chart-group.js.map +1 -1
  230. package/oj-c/min/area-chart-item.js +1 -1
  231. package/oj-c/min/area-chart-item.js.map +1 -1
  232. package/oj-c/min/area-chart-series.js +1 -1
  233. package/oj-c/min/area-chart-series.js.map +1 -1
  234. package/oj-c/min/area-chart.js +1 -1
  235. package/oj-c/min/area-chart.js.map +1 -1
  236. package/oj-c/min/avatar.js +1 -1
  237. package/oj-c/min/avatar.js.map +1 -1
  238. package/oj-c/min/button.js +1 -1
  239. package/oj-c/min/button.js.map +1 -1
  240. package/oj-c/min/checkbox.js +1 -1
  241. package/oj-c/min/checkbox.js.map +1 -1
  242. package/oj-c/min/checkboxset.js +1 -1
  243. package/oj-c/min/checkboxset.js.map +1 -1
  244. package/oj-c/min/collapsible.js +1 -1
  245. package/oj-c/min/collapsible.js.map +1 -1
  246. package/oj-c/min/corepackbundle.js +1 -1
  247. package/oj-c/min/corepackbundle.js.map +1 -1
  248. package/oj-c/min/drawer-popup.js +1 -1
  249. package/oj-c/min/drawer-popup.js.map +1 -1
  250. package/oj-c/min/file-picker.js +1 -1
  251. package/oj-c/min/file-picker.js.map +1 -1
  252. package/oj-c/min/form-layout.js +1 -1
  253. package/oj-c/min/form-layout.js.map +1 -1
  254. package/oj-c/min/highlight-text.js +1 -1
  255. package/oj-c/min/highlight-text.js.map +1 -1
  256. package/oj-c/min/input-date-mask.js +1 -1
  257. package/oj-c/min/input-date-mask.js.map +1 -1
  258. package/oj-c/min/input-date-text.js +1 -1
  259. package/oj-c/min/input-date-text.js.map +1 -1
  260. package/oj-c/min/input-month-mask.js +1 -1
  261. package/oj-c/min/input-month-mask.js.map +1 -1
  262. package/oj-c/min/input-number.js +1 -1
  263. package/oj-c/min/input-number.js.map +1 -1
  264. package/oj-c/min/input-password.js +1 -1
  265. package/oj-c/min/input-password.js.map +1 -1
  266. package/oj-c/min/input-sensitive-text.js +1 -1
  267. package/oj-c/min/input-sensitive-text.js.map +1 -1
  268. package/oj-c/min/input-text.js +1 -1
  269. package/oj-c/min/input-text.js.map +1 -1
  270. package/oj-c/min/labelled-link.js +1 -1
  271. package/oj-c/min/labelled-link.js.map +1 -1
  272. package/oj-c/min/legend-item.js +1 -1
  273. package/oj-c/min/legend-item.js.map +1 -1
  274. package/oj-c/min/legend-section.js +1 -1
  275. package/oj-c/min/legend-section.js.map +1 -1
  276. package/oj-c/min/legend.js +1 -1
  277. package/oj-c/min/legend.js.map +1 -1
  278. package/oj-c/min/line-chart-group.js +1 -1
  279. package/oj-c/min/line-chart-group.js.map +1 -1
  280. package/oj-c/min/line-chart-item.js +1 -1
  281. package/oj-c/min/line-chart-item.js.map +1 -1
  282. package/oj-c/min/line-chart-series.js +1 -1
  283. package/oj-c/min/line-chart-series.js.map +1 -1
  284. package/oj-c/min/line-chart.js +1 -1
  285. package/oj-c/min/line-chart.js.map +1 -1
  286. package/oj-c/min/list-item-layout.js +1 -1
  287. package/oj-c/min/list-item-layout.js.map +1 -1
  288. package/oj-c/min/list-view.js +1 -1
  289. package/oj-c/min/list-view.js.map +1 -1
  290. package/oj-c/min/menu-button.js +1 -1
  291. package/oj-c/min/menu-button.js.map +1 -1
  292. package/oj-c/min/message-banner.js +1 -1
  293. package/oj-c/min/message-banner.js.map +1 -1
  294. package/oj-c/min/message-toast.js +1 -1
  295. package/oj-c/min/message-toast.js.map +1 -1
  296. package/oj-c/min/meter-bar.js +1 -1
  297. package/oj-c/min/meter-bar.js.map +1 -1
  298. package/oj-c/min/meter-circle.js +1 -1
  299. package/oj-c/min/meter-circle.js.map +1 -1
  300. package/oj-c/min/progress-bar.js +1 -1
  301. package/oj-c/min/progress-bar.js.map +1 -1
  302. package/oj-c/min/progress-circle.js +1 -1
  303. package/oj-c/min/progress-circle.js.map +1 -1
  304. package/oj-c/min/radioset.js +1 -1
  305. package/oj-c/min/radioset.js.map +1 -1
  306. package/oj-c/min/rating-gauge.js +1 -1
  307. package/oj-c/min/rating-gauge.js.map +1 -1
  308. package/oj-c/min/select-multiple.js +2 -2
  309. package/oj-c/min/select-multiple.js.map +1 -1
  310. package/oj-c/min/select-single.js +2 -2
  311. package/oj-c/min/select-single.js.map +1 -1
  312. package/oj-c/min/selection-card.js +1 -1
  313. package/oj-c/min/selection-card.js.map +1 -1
  314. package/oj-c/min/selector-all.js +1 -1
  315. package/oj-c/min/selector-all.js.map +1 -1
  316. package/oj-c/min/selector.js +1 -1
  317. package/oj-c/min/selector.js.map +1 -1
  318. package/oj-c/min/split-menu-button.js +1 -1
  319. package/oj-c/min/split-menu-button.js.map +1 -1
  320. package/oj-c/min/tab-bar-mixed.js +1 -1
  321. package/oj-c/min/tab-bar-mixed.js.map +1 -1
  322. package/oj-c/min/tag-cloud-item.js +1 -1
  323. package/oj-c/min/tag-cloud-item.js.map +1 -1
  324. package/oj-c/min/tag-cloud.js +1 -1
  325. package/oj-c/min/tag-cloud.js.map +1 -1
  326. package/oj-c/min/text-area.js +1 -1
  327. package/oj-c/min/text-area.js.map +1 -1
  328. package/oj-c/progress-bar/component.json +2 -2
  329. package/oj-c/progress-bar.js +1 -1
  330. package/oj-c/progress-circle/component.json +2 -2
  331. package/oj-c/progress-circle.js +1 -1
  332. package/oj-c/radioset/component.json +2 -2
  333. package/oj-c/radioset.js +1 -1
  334. package/oj-c/rating-gauge/component.json +2 -2
  335. package/oj-c/rating-gauge.js +1 -1
  336. package/oj-c/select-multiple/component.json +2 -2
  337. package/oj-c/select-multiple.js +1 -1
  338. package/oj-c/select-single/component.json +2 -2
  339. package/oj-c/select-single.js +1 -1
  340. package/oj-c/selection-card/component.json +2 -2
  341. package/oj-c/selection-card.js +1 -1
  342. package/oj-c/selector/component.json +2 -2
  343. package/oj-c/selector-all/component.json +2 -2
  344. package/oj-c/selector-all.js +1 -1
  345. package/oj-c/selector.js +1 -1
  346. package/oj-c/split-menu-button/component.json +2 -2
  347. package/oj-c/split-menu-button.js +1 -1
  348. package/oj-c/tab-bar-mixed/component.json +2 -2
  349. package/oj-c/tab-bar-mixed.js +1 -1
  350. package/oj-c/tag-cloud/component.json +2 -2
  351. package/oj-c/tag-cloud-item/component.json +2 -2
  352. package/oj-c/tag-cloud-item.js +1 -1
  353. package/oj-c/tag-cloud.js +1 -1
  354. package/oj-c/text-area/component.json +2 -2
  355. package/oj-c/text-area.js +1 -1
  356. package/package.json +4 -4
@@ -30,7 +30,7 @@
30
30
  "since": "16.0.0",
31
31
  "meta": {
32
32
  "filename": "line-chart-series.tsx",
33
- "path": "/home/jenkins/uitech/workspace/OJET_Code_16.1.6/packages/oraclejet-core-pack/web/components/oj-c/line-chart-series"
33
+ "path": "web/components/oj-c/line-chart-series"
34
34
  },
35
35
  "ojmodule": "line-chart-series",
36
36
  "ojslotcomponent": true
@@ -46,7 +46,7 @@
46
46
  "description": "An array of category strings corresponding to the tag cloud items. This allows highlighting and filtering of items.",
47
47
  "meta": {
48
48
  "filename": "line-chart-series.tsx",
49
- "path": "/home/jenkins/uitech/workspace/OJET_Code_16.1.6/packages/oraclejet-core-pack/web/components/oj-c/line-chart-series"
49
+ "path": "web/components/oj-c/line-chart-series"
50
50
  },
51
51
  "type": {
52
52
  "names": [
@@ -72,7 +72,7 @@
72
72
  "description": "The color of the series. The chart legend item will inherit this color value.",
73
73
  "meta": {
74
74
  "filename": "line-chart-series.tsx",
75
- "path": "/home/jenkins/uitech/workspace/OJET_Code_16.1.6/packages/oraclejet-core-pack/web/components/oj-c/line-chart-series"
75
+ "path": "web/components/oj-c/line-chart-series"
76
76
  },
77
77
  "type": {
78
78
  "names": [
@@ -91,7 +91,7 @@
91
91
  "description": "Whether drilling is enabled on the series item. Drillable objects will show a pointer cursor on hover and fire an <code class=\"prettyprint\">ojDrill</code> event on click (double click if selection is enabled). To enable drilling for all series items at once, use the drilling attribute in the top level.",
92
92
  "meta": {
93
93
  "filename": "line-chart-series.tsx",
94
- "path": "/home/jenkins/uitech/workspace/OJET_Code_16.1.6/packages/oraclejet-core-pack/web/components/oj-c/line-chart-series"
94
+ "path": "web/components/oj-c/line-chart-series"
95
95
  },
96
96
  "defaultvalue": "\"inherit\"",
97
97
  "type": {
@@ -113,7 +113,7 @@
113
113
  "description": "The line style of the data line. Only applies to line, lineWithArea, scatter, and bubble series..",
114
114
  "meta": {
115
115
  "filename": "line-chart-series.tsx",
116
- "path": "/home/jenkins/uitech/workspace/OJET_Code_16.1.6/packages/oraclejet-core-pack/web/components/oj-c/line-chart-series"
116
+ "path": "web/components/oj-c/line-chart-series"
117
117
  },
118
118
  "type": {
119
119
  "names": [
@@ -134,7 +134,7 @@
134
134
  "description": "The line type of the data line or area. Only applies to line, area, scatter, and bubble series. centeredStepped and centeredSegmented are not supported for polar, scatter, and bubble charts.",
135
135
  "meta": {
136
136
  "filename": "line-chart-series.tsx",
137
- "path": "/home/jenkins/uitech/workspace/OJET_Code_16.1.6/packages/oraclejet-core-pack/web/components/oj-c/line-chart-series"
137
+ "path": "web/components/oj-c/line-chart-series"
138
138
  },
139
139
  "type": {
140
140
  "names": [
@@ -154,7 +154,7 @@
154
154
  "description": "The width of the data line. Only applies to line, lineWithArea, scatter, and bubble series.",
155
155
  "meta": {
156
156
  "filename": "line-chart-series.tsx",
157
- "path": "/home/jenkins/uitech/workspace/OJET_Code_16.1.6/packages/oraclejet-core-pack/web/components/oj-c/line-chart-series"
157
+ "path": "web/components/oj-c/line-chart-series"
158
158
  },
159
159
  "type": {
160
160
  "names": [
@@ -173,7 +173,7 @@
173
173
  "description": "The shape of the data markers. In addition to the built-in shapes, it may also take SVG path commands to specify a custom shape. The chart will style the custom shapes the same way as built-in shapes, supporting properties like color and borderColor and applying hover and selection effects. Only 'auto' is supported for range series.",
174
174
  "meta": {
175
175
  "filename": "line-chart-series.tsx",
176
- "path": "/home/jenkins/uitech/workspace/OJET_Code_16.1.6/packages/oraclejet-core-pack/web/components/oj-c/line-chart-series"
176
+ "path": "web/components/oj-c/line-chart-series"
177
177
  },
178
178
  "type": {
179
179
  "names": [
@@ -200,7 +200,7 @@
200
200
  "description": "The color of the data markers, if different from the series color.",
201
201
  "meta": {
202
202
  "filename": "line-chart-series.tsx",
203
- "path": "/home/jenkins/uitech/workspace/OJET_Code_16.1.6/packages/oraclejet-core-pack/web/components/oj-c/line-chart-series"
203
+ "path": "web/components/oj-c/line-chart-series"
204
204
  },
205
205
  "type": {
206
206
  "names": [
@@ -219,7 +219,7 @@
219
219
  "description": "Defines whether the data marker is displayed. Only applies to line, area, scatter, and bubble series. If auto, the markers will be displayed whenever the data points are not connected by a line.",
220
220
  "meta": {
221
221
  "filename": "line-chart-series.tsx",
222
- "path": "/home/jenkins/uitech/workspace/OJET_Code_16.1.6/packages/oraclejet-core-pack/web/components/oj-c/line-chart-series"
222
+ "path": "web/components/oj-c/line-chart-series"
223
223
  },
224
224
  "type": {
225
225
  "names": [
@@ -238,7 +238,7 @@
238
238
  "description": "The size of the data markers.",
239
239
  "meta": {
240
240
  "filename": "line-chart-series.tsx",
241
- "path": "/home/jenkins/uitech/workspace/OJET_Code_16.1.6/packages/oraclejet-core-pack/web/components/oj-c/line-chart-series"
241
+ "path": "web/components/oj-c/line-chart-series"
242
242
  },
243
243
  "type": {
244
244
  "names": [
@@ -257,7 +257,7 @@
257
257
  "description": "The name of the series, displayed in the legend and tooltips.",
258
258
  "meta": {
259
259
  "filename": "line-chart-series.tsx",
260
- "path": "/home/jenkins/uitech/workspace/OJET_Code_16.1.6/packages/oraclejet-core-pack/web/components/oj-c/line-chart-series"
260
+ "path": "web/components/oj-c/line-chart-series"
261
261
  },
262
262
  "type": {
263
263
  "names": [
@@ -276,7 +276,7 @@
276
276
  "description": "The description of this series. This is used for accessibility and for customizing the tooltip text on the corresponding legend item for the series.",
277
277
  "meta": {
278
278
  "filename": "line-chart-series.tsx",
279
- "path": "/home/jenkins/uitech/workspace/OJET_Code_16.1.6/packages/oraclejet-core-pack/web/components/oj-c/line-chart-series"
279
+ "path": "web/components/oj-c/line-chart-series"
280
280
  },
281
281
  "type": {
282
282
  "names": [
@@ -293,7 +293,7 @@
293
293
  "description": "Sets a property or a single subproperty for complex properties and notifies the component of the change, triggering a corresponding event.",
294
294
  "meta": {
295
295
  "filename": "line-chart-series.tsx",
296
- "path": "/home/jenkins/uitech/workspace/OJET_Code_16.1.6/packages/oraclejet-core-pack/web/components/oj-c/line-chart-series"
296
+ "path": "web/components/oj-c/line-chart-series"
297
297
  },
298
298
  "scope": "instance",
299
299
  "params": [
@@ -327,7 +327,7 @@
327
327
  "description": "Retrieves the value of a property or a subproperty.",
328
328
  "meta": {
329
329
  "filename": "line-chart-series.tsx",
330
- "path": "/home/jenkins/uitech/workspace/OJET_Code_16.1.6/packages/oraclejet-core-pack/web/components/oj-c/line-chart-series"
330
+ "path": "web/components/oj-c/line-chart-series"
331
331
  },
332
332
  "scope": "instance",
333
333
  "params": [
@@ -356,7 +356,7 @@
356
356
  "description": "Performs a batch set of properties.",
357
357
  "meta": {
358
358
  "filename": "line-chart-series.tsx",
359
- "path": "/home/jenkins/uitech/workspace/OJET_Code_16.1.6/packages/oraclejet-core-pack/web/components/oj-c/line-chart-series"
359
+ "path": "web/components/oj-c/line-chart-series"
360
360
  },
361
361
  "scope": "instance",
362
362
  "params": [
@@ -39,7 +39,7 @@
39
39
  ],
40
40
  "meta": {
41
41
  "filename": "list-item-layout.tsx",
42
- "path": "/home/jenkins/uitech/workspace/OJET_Code_16.1.6/packages/oraclejet-core-pack/web/components/oj-c/list-item-layout"
42
+ "path": "web/components/oj-c/list-item-layout"
43
43
  },
44
44
  "ojmodule": "list-item-layout"
45
45
  },
@@ -54,7 +54,7 @@
54
54
  "description": "Controls padding around outside of list item layouts.",
55
55
  "meta": {
56
56
  "filename": "list-item-layout.tsx",
57
- "path": "/home/jenkins/uitech/workspace/OJET_Code_16.1.6/packages/oraclejet-core-pack/web/components/oj-c/list-item-layout"
57
+ "path": "web/components/oj-c/list-item-layout"
58
58
  },
59
59
  "type": {
60
60
  "names": [
@@ -72,7 +72,7 @@
72
72
  "description": "Sets a property or a single subproperty for complex properties and notifies the component of the change, triggering a corresponding event.",
73
73
  "meta": {
74
74
  "filename": "list-item-layout.tsx",
75
- "path": "/home/jenkins/uitech/workspace/OJET_Code_16.1.6/packages/oraclejet-core-pack/web/components/oj-c/list-item-layout"
75
+ "path": "web/components/oj-c/list-item-layout"
76
76
  },
77
77
  "scope": "instance",
78
78
  "params": [
@@ -106,7 +106,7 @@
106
106
  "description": "Retrieves the value of a property or a subproperty.",
107
107
  "meta": {
108
108
  "filename": "list-item-layout.tsx",
109
- "path": "/home/jenkins/uitech/workspace/OJET_Code_16.1.6/packages/oraclejet-core-pack/web/components/oj-c/list-item-layout"
109
+ "path": "web/components/oj-c/list-item-layout"
110
110
  },
111
111
  "scope": "instance",
112
112
  "params": [
@@ -135,7 +135,7 @@
135
135
  "description": "Performs a batch set of properties.",
136
136
  "meta": {
137
137
  "filename": "list-item-layout.tsx",
138
- "path": "/home/jenkins/uitech/workspace/OJET_Code_16.1.6/packages/oraclejet-core-pack/web/components/oj-c/list-item-layout"
138
+ "path": "web/components/oj-c/list-item-layout"
139
139
  },
140
140
  "scope": "instance",
141
141
  "params": [
@@ -164,7 +164,7 @@
164
164
  "description": "The default slot accepts the primary data to be displayed.",
165
165
  "meta": {
166
166
  "filename": "list-item-layout.tsx",
167
- "path": "/home/jenkins/uitech/workspace/OJET_Code_16.1.6/packages/oraclejet-core-pack/web/components/oj-c/list-item-layout"
167
+ "path": "web/components/oj-c/list-item-layout"
168
168
  },
169
169
  "scope": "instance",
170
170
  "ojchild": true,
@@ -179,7 +179,7 @@
179
179
  "description": "The overline slot is for adding a overline text above the default slot.",
180
180
  "meta": {
181
181
  "filename": "list-item-layout.tsx",
182
- "path": "/home/jenkins/uitech/workspace/OJET_Code_16.1.6/packages/oraclejet-core-pack/web/components/oj-c/list-item-layout"
182
+ "path": "web/components/oj-c/list-item-layout"
183
183
  },
184
184
  "scope": "instance",
185
185
  "ojchild": false,
@@ -194,7 +194,7 @@
194
194
  "description": "The selector slot can accept a oj-selector component and is optional.",
195
195
  "meta": {
196
196
  "filename": "list-item-layout.tsx",
197
- "path": "/home/jenkins/uitech/workspace/OJET_Code_16.1.6/packages/oraclejet-core-pack/web/components/oj-c/list-item-layout"
197
+ "path": "web/components/oj-c/list-item-layout"
198
198
  },
199
199
  "scope": "instance",
200
200
  "ojchild": false,
@@ -209,7 +209,7 @@
209
209
  "description": "The leading slot is used for adding a leading visual next to the selector.",
210
210
  "meta": {
211
211
  "filename": "list-item-layout.tsx",
212
- "path": "/home/jenkins/uitech/workspace/OJET_Code_16.1.6/packages/oraclejet-core-pack/web/components/oj-c/list-item-layout"
212
+ "path": "web/components/oj-c/list-item-layout"
213
213
  },
214
214
  "scope": "instance",
215
215
  "ojchild": false,
@@ -224,7 +224,7 @@
224
224
  "description": "The secondary slot is for adding a secondary text below the default text.",
225
225
  "meta": {
226
226
  "filename": "list-item-layout.tsx",
227
- "path": "/home/jenkins/uitech/workspace/OJET_Code_16.1.6/packages/oraclejet-core-pack/web/components/oj-c/list-item-layout"
227
+ "path": "web/components/oj-c/list-item-layout"
228
228
  },
229
229
  "scope": "instance",
230
230
  "ojchild": false,
@@ -239,7 +239,7 @@
239
239
  "description": "The tertiary slot is for adding a tertiary text below the secondary text.",
240
240
  "meta": {
241
241
  "filename": "list-item-layout.tsx",
242
- "path": "/home/jenkins/uitech/workspace/OJET_Code_16.1.6/packages/oraclejet-core-pack/web/components/oj-c/list-item-layout"
242
+ "path": "web/components/oj-c/list-item-layout"
243
243
  },
244
244
  "scope": "instance",
245
245
  "ojchild": false,
@@ -254,7 +254,7 @@
254
254
  "description": "The metadata for adding extra trailing information. Examples of metadata are author, date etc.",
255
255
  "meta": {
256
256
  "filename": "list-item-layout.tsx",
257
- "path": "/home/jenkins/uitech/workspace/OJET_Code_16.1.6/packages/oraclejet-core-pack/web/components/oj-c/list-item-layout"
257
+ "path": "web/components/oj-c/list-item-layout"
258
258
  },
259
259
  "scope": "instance",
260
260
  "ojchild": false,
@@ -269,7 +269,7 @@
269
269
  "description": "The trailing slot is used for adding a trailing visual.",
270
270
  "meta": {
271
271
  "filename": "list-item-layout.tsx",
272
- "path": "/home/jenkins/uitech/workspace/OJET_Code_16.1.6/packages/oraclejet-core-pack/web/components/oj-c/list-item-layout"
272
+ "path": "web/components/oj-c/list-item-layout"
273
273
  },
274
274
  "scope": "instance",
275
275
  "ojchild": false,
@@ -284,7 +284,7 @@
284
284
  "description": "Action slot often uses a toolbar. In general, the action slot should display either one primary action or one or more secondary actions.",
285
285
  "meta": {
286
286
  "filename": "list-item-layout.tsx",
287
- "path": "/home/jenkins/uitech/workspace/OJET_Code_16.1.6/packages/oraclejet-core-pack/web/components/oj-c/list-item-layout"
287
+ "path": "web/components/oj-c/list-item-layout"
288
288
  },
289
289
  "scope": "instance",
290
290
  "ojchild": false,
@@ -299,7 +299,7 @@
299
299
  "description": "The quaternary slot is for adding a quaternary text below the tertiary text.",
300
300
  "meta": {
301
301
  "filename": "list-item-layout.tsx",
302
- "path": "/home/jenkins/uitech/workspace/OJET_Code_16.1.6/packages/oraclejet-core-pack/web/components/oj-c/list-item-layout"
302
+ "path": "web/components/oj-c/list-item-layout"
303
303
  },
304
304
  "scope": "instance",
305
305
  "ojchild": false,
@@ -314,7 +314,7 @@
314
314
  "description": "The navigation slot is used for adding links below the trailing slot.",
315
315
  "meta": {
316
316
  "filename": "list-item-layout.tsx",
317
- "path": "/home/jenkins/uitech/workspace/OJET_Code_16.1.6/packages/oraclejet-core-pack/web/components/oj-c/list-item-layout"
317
+ "path": "web/components/oj-c/list-item-layout"
318
318
  },
319
319
  "scope": "instance",
320
320
  "ojchild": false,
@@ -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.1.6/packages/oraclejet-core-pack/web/components/oj-c/list-view"
33
+ "path": "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.1.6/packages/oraclejet-core-pack/web/components/oj-c/list-view"
50
+ "path": "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.1.6/packages/oraclejet-core-pack/web/components/oj-c/list-view"
69
+ "path": "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.1.6/packages/oraclejet-core-pack/web/components/oj-c/list-view"
95
+ "path": "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.1.6/packages/oraclejet-core-pack/web/components/oj-c/list-view"
121
+ "path": "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.1.6/packages/oraclejet-core-pack/web/components/oj-c/list-view"
147
+ "path": "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.1.6/packages/oraclejet-core-pack/web/components/oj-c/list-view"
166
+ "path": "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.1.6/packages/oraclejet-core-pack/web/components/oj-c/list-view"
186
+ "path": "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.1.6/packages/oraclejet-core-pack/web/components/oj-c/list-view"
212
+ "path": "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.1.6/packages/oraclejet-core-pack/web/components/oj-c/list-view"
264
+ "path": "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.1.6/packages/oraclejet-core-pack/web/components/oj-c/list-view"
298
+ "path": "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.1.6/packages/oraclejet-core-pack/web/components/oj-c/list-view"
327
+ "path": "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.1.6/packages/oraclejet-core-pack/web/components/oj-c/list-view"
356
+ "path": "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.1.6/packages/oraclejet-core-pack/web/components/oj-c/list-view"
388
+ "path": "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.1.6/packages/oraclejet-core-pack/web/components/oj-c/list-view"
454
+ "path": "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.1.6/packages/oraclejet-core-pack/web/components/oj-c/list-view"
470
+ "path": "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.1.6/packages/oraclejet-core-pack/web/components/oj-c/list-view"
489
+ "path": "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.1.6/packages/oraclejet-core-pack/web/components/oj-c/list-view"
544
+ "path": "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.1.6/packages/oraclejet-core-pack/web/components/oj-c/menu-button"
43
+ "path": "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.1.6/packages/oraclejet-core-pack/web/components/oj-c/menu-button"
58
+ "path": "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.1.6/packages/oraclejet-core-pack/web/components/oj-c/menu-button"
78
+ "path": "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.1.6/packages/oraclejet-core-pack/web/components/oj-c/menu-button"
97
+ "path": "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.1.6/packages/oraclejet-core-pack/web/components/oj-c/menu-button"
116
+ "path": "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.1.6/packages/oraclejet-core-pack/web/components/oj-c/menu-button"
144
+ "path": "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.1.6/packages/oraclejet-core-pack/web/components/oj-c/menu-button"
170
+ "path": "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.1.6/packages/oraclejet-core-pack/web/components/oj-c/menu-button"
224
+ "path": "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.1.6/packages/oraclejet-core-pack/web/components/oj-c/menu-button"
244
+ "path": "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.1.6/packages/oraclejet-core-pack/web/components/oj-c/menu-button"
298
+ "path": "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.1.6/packages/oraclejet-core-pack/web/components/oj-c/menu-button"
324
+ "path": "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.1.6/packages/oraclejet-core-pack/web/components/oj-c/menu-button"
377
+ "path": "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.1.6/packages/oraclejet-core-pack/web/components/oj-c/menu-button"
400
+ "path": "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.1.6/packages/oraclejet-core-pack/web/components/oj-c/menu-button"
422
+ "path": "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.1.6/packages/oraclejet-core-pack/web/components/oj-c/menu-button"
456
+ "path": "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.1.6/packages/oraclejet-core-pack/web/components/oj-c/menu-button"
485
+ "path": "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.1.6/packages/oraclejet-core-pack/web/components/oj-c/menu-button"
514
+ "path": "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.1.6/packages/oraclejet-core-pack/web/components/oj-c/menu-button"
538
+ "path": "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.1.6/packages/oraclejet-core-pack/web/components/oj-c/menu-button"
553
+ "path": "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.1.6/packages/oraclejet-core-pack/web/components/oj-c/menu-button"
568
+ "path": "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.1.6/packages/oraclejet-core-pack/web/components/oj-c/menu-button"
581
+ "path": "web/components/oj-c/menu-button"
582
582
  },
583
583
  "ojfragment": true
584
584
  }