@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.tsx",
33
- "path": "/home/jenkins/uitech/workspace/OJET_Code_16.1.6/packages/oraclejet-core-pack/web/components/oj-c/line-chart"
33
+ "path": "web/components/oj-c/line-chart"
34
34
  },
35
35
  "ojmodule": "line-chart"
36
36
  },
@@ -45,7 +45,7 @@
45
45
  "description": "A comparator function that determines the ordering of the chart groups when using a DataProvider.\nIf undefined, the group will follow the order in which they are found in the data. The group objects will have the same properties as the context for <a href=\"#groupTemplate\">groupTemplate's $current</a>.\nIf groupComparator(a, b) is less than 0, chart group a comes before chart group b.\nIf groupComparator(a, b) is 0, the original order is preserved.\nIf groupComparator(a, b) is greater than 0, chart group b comes before chart group a.",
46
46
  "meta": {
47
47
  "filename": "line-chart.tsx",
48
- "path": "/home/jenkins/uitech/workspace/OJET_Code_16.1.6/packages/oraclejet-core-pack/web/components/oj-c/line-chart"
48
+ "path": "web/components/oj-c/line-chart"
49
49
  },
50
50
  "type": {
51
51
  "names": [
@@ -71,7 +71,7 @@
71
71
  "description": "Defines whether the data items are stacked.",
72
72
  "meta": {
73
73
  "filename": "line-chart.tsx",
74
- "path": "/home/jenkins/uitech/workspace/OJET_Code_16.1.6/packages/oraclejet-core-pack/web/components/oj-c/line-chart"
74
+ "path": "web/components/oj-c/line-chart"
75
75
  },
76
76
  "ojvalues": [
77
77
  {
@@ -114,7 +114,7 @@
114
114
  "description": "Whether drilling is enabled. 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). Use \"on\" to enable drilling for all series objects (legend items), group objects (x-axis labels), and data items. Use \"seriesOnly\" or \"groupsOnly\" to enable drilling for series objects or group objects only. To enable or disable drilling on individual series, group, or data item, use the drilling attribute in each series, group, or data item.",
115
115
  "meta": {
116
116
  "filename": "line-chart.tsx",
117
- "path": "/home/jenkins/uitech/workspace/OJET_Code_16.1.6/packages/oraclejet-core-pack/web/components/oj-c/line-chart"
117
+ "path": "web/components/oj-c/line-chart"
118
118
  },
119
119
  "ojvalues": [
120
120
  {
@@ -179,7 +179,7 @@
179
179
  "description": "The orientation of the chart.",
180
180
  "meta": {
181
181
  "filename": "line-chart.tsx",
182
- "path": "/home/jenkins/uitech/workspace/OJET_Code_16.1.6/packages/oraclejet-core-pack/web/components/oj-c/line-chart"
182
+ "path": "web/components/oj-c/line-chart"
183
183
  },
184
184
  "ojvalues": [
185
185
  {
@@ -222,7 +222,7 @@
222
222
  "description": "The type of time axis to display in the chart. If the value is \"enabled\" or \"skipGaps\", the time values must be provided through the \"group-id\" attribute of the <a target=\"_blank\" href=\"oj-c.LineChartItem.html\">oj-c-line-chart-item</a> element. In this case, stacking is supported. If the value is \"skipGaps\", the groups will be rendered at a regular interval regardless of any time gaps that may exist in the data.\nIf the value is \"mixedFrequency\", the time values must be provided through the \"x\" attribute of the <a target=\"_blank\" href=\"oj-c.LineChartItem.html\">oj-c-line-chart-item</a> element. In this case stacking is not supported.\nThe time values provided must be an ISO date string.",
223
223
  "meta": {
224
224
  "filename": "line-chart.tsx",
225
- "path": "/home/jenkins/uitech/workspace/OJET_Code_16.1.6/packages/oraclejet-core-pack/web/components/oj-c/line-chart"
225
+ "path": "web/components/oj-c/line-chart"
226
226
  },
227
227
  "type": {
228
228
  "names": [
@@ -243,7 +243,7 @@
243
243
  "description": "The yAxis options for the chart.",
244
244
  "meta": {
245
245
  "filename": "line-chart.tsx",
246
- "path": "/home/jenkins/uitech/workspace/OJET_Code_16.1.6/packages/oraclejet-core-pack/web/components/oj-c/line-chart"
246
+ "path": "web/components/oj-c/line-chart"
247
247
  },
248
248
  "type": {
249
249
  "names": [
@@ -269,7 +269,7 @@
269
269
  "description": "The xAxis options for the chart.",
270
270
  "meta": {
271
271
  "filename": "line-chart.tsx",
272
- "path": "/home/jenkins/uitech/workspace/OJET_Code_16.1.6/packages/oraclejet-core-pack/web/components/oj-c/line-chart"
272
+ "path": "web/components/oj-c/line-chart"
273
273
  },
274
274
  "type": {
275
275
  "names": [
@@ -295,7 +295,7 @@
295
295
  "description": "The plot area of the chart.",
296
296
  "meta": {
297
297
  "filename": "line-chart.tsx",
298
- "path": "/home/jenkins/uitech/workspace/OJET_Code_16.1.6/packages/oraclejet-core-pack/web/components/oj-c/line-chart"
298
+ "path": "web/components/oj-c/line-chart"
299
299
  },
300
300
  "type": {
301
301
  "names": [
@@ -321,7 +321,7 @@
321
321
  "description": "The zoom and scroll behavior.",
322
322
  "meta": {
323
323
  "filename": "line-chart.tsx",
324
- "path": "/home/jenkins/uitech/workspace/OJET_Code_16.1.6/packages/oraclejet-core-pack/web/components/oj-c/line-chart"
324
+ "path": "web/components/oj-c/line-chart"
325
325
  },
326
326
  "type": {
327
327
  "names": [
@@ -341,7 +341,7 @@
341
341
  "description": "An object specifying value formatting and tooltip behavior, whose keys generally correspond to the attribute names on the data items.",
342
342
  "meta": {
343
343
  "filename": "line-chart.tsx",
344
- "path": "/home/jenkins/uitech/workspace/OJET_Code_16.1.6/packages/oraclejet-core-pack/web/components/oj-c/line-chart"
344
+ "path": "web/components/oj-c/line-chart"
345
345
  },
346
346
  "type": {
347
347
  "names": [
@@ -367,7 +367,7 @@
367
367
  "description": "A comparator function that determines the ordering of the chart series when using a DataProvider.\nIf undefined, the series will follow the order in which they are found in the data. The series objects will have the same properties as the context for <a href=\"#seriesTemplate\">seriesTemplate's $current</a>.\nIf seriesComparator(a, b) is less than 0, chart series a comes before chart series b.\nIf seriesComparator(a, b) is 0, the original order is preserved.\nIf seriesComparator(a, b) is greater than 0, chart series b comes before chart series a.",
368
368
  "meta": {
369
369
  "filename": "line-chart.tsx",
370
- "path": "/home/jenkins/uitech/workspace/OJET_Code_16.1.6/packages/oraclejet-core-pack/web/components/oj-c/line-chart"
370
+ "path": "web/components/oj-c/line-chart"
371
371
  },
372
372
  "type": {
373
373
  "names": [
@@ -393,7 +393,7 @@
393
393
  "description": "Specifies the DataProvider for the sections and items of the line-chart.",
394
394
  "meta": {
395
395
  "filename": "line-chart.tsx",
396
- "path": "/home/jenkins/uitech/workspace/OJET_Code_16.1.6/packages/oraclejet-core-pack/web/components/oj-c/line-chart"
396
+ "path": "web/components/oj-c/line-chart"
397
397
  },
398
398
  "type": {
399
399
  "names": [
@@ -419,7 +419,7 @@
419
419
  "description": "The type of selection behavior that is enabled on the tag cloud. This attribute controls the number of selections that can be made via selection gestures at any given time.",
420
420
  "meta": {
421
421
  "filename": "line-chart.tsx",
422
- "path": "/home/jenkins/uitech/workspace/OJET_Code_16.1.6/packages/oraclejet-core-pack/web/components/oj-c/line-chart"
422
+ "path": "web/components/oj-c/line-chart"
423
423
  },
424
424
  "ojvalues": [
425
425
  {
@@ -474,7 +474,7 @@
474
474
  "description": "An array containing the ids of the initially selected data items.",
475
475
  "meta": {
476
476
  "filename": "line-chart.tsx",
477
- "path": "/home/jenkins/uitech/workspace/OJET_Code_16.1.6/packages/oraclejet-core-pack/web/components/oj-c/line-chart"
477
+ "path": "web/components/oj-c/line-chart"
478
478
  },
479
479
  "defaultvalue": "[]",
480
480
  "type": {
@@ -502,7 +502,7 @@
502
502
  "description": "An array of category strings used for filtering. Series or data items with any category matching an item in this array will be filtered.",
503
503
  "meta": {
504
504
  "filename": "line-chart.tsx",
505
- "path": "/home/jenkins/uitech/workspace/OJET_Code_16.1.6/packages/oraclejet-core-pack/web/components/oj-c/line-chart"
505
+ "path": "web/components/oj-c/line-chart"
506
506
  },
507
507
  "defaultvalue": "[]",
508
508
  "type": {
@@ -530,7 +530,7 @@
530
530
  "description": "An array of category strings used for highlighting. Series or data items matching categories in this array will be highlighted.",
531
531
  "meta": {
532
532
  "filename": "line-chart.tsx",
533
- "path": "/home/jenkins/uitech/workspace/OJET_Code_16.1.6/packages/oraclejet-core-pack/web/components/oj-c/line-chart"
533
+ "path": "web/components/oj-c/line-chart"
534
534
  },
535
535
  "defaultvalue": "[]",
536
536
  "type": {
@@ -557,7 +557,7 @@
557
557
  "description": "Defines the hide and show behavior that is performed when clicking on a legend item. When data items are hidden, the y axes can be optionally rescaled to fit to the remaining data.",
558
558
  "meta": {
559
559
  "filename": "line-chart.tsx",
560
- "path": "/home/jenkins/uitech/workspace/OJET_Code_16.1.6/packages/oraclejet-core-pack/web/components/oj-c/line-chart"
560
+ "path": "web/components/oj-c/line-chart"
561
561
  },
562
562
  "ojvalues": [
563
563
  {
@@ -611,7 +611,7 @@
611
611
  "description": "Defines the behavior applied when hovering over data items.",
612
612
  "meta": {
613
613
  "filename": "line-chart.tsx",
614
- "path": "/home/jenkins/uitech/workspace/OJET_Code_16.1.6/packages/oraclejet-core-pack/web/components/oj-c/line-chart"
614
+ "path": "web/components/oj-c/line-chart"
615
615
  },
616
616
  "ojvalues": [
617
617
  {
@@ -654,7 +654,7 @@
654
654
  "description": "The matching condition for the highlightedCategories property.\nBy default, highlightMatch is 'all' and only items whose categories match all of the values specified in the highlightedCategories array will be highlighted.\nIf highlightMatch is 'any', then items that match at least one of the highlightedCategories values will be highlighted.",
655
655
  "meta": {
656
656
  "filename": "line-chart.tsx",
657
- "path": "/home/jenkins/uitech/workspace/OJET_Code_16.1.6/packages/oraclejet-core-pack/web/components/oj-c/line-chart"
657
+ "path": "web/components/oj-c/line-chart"
658
658
  },
659
659
  "ojvalues": [
660
660
  {
@@ -697,7 +697,7 @@
697
697
  "description": "An object defining the style, positioning, and behavior of the legend.",
698
698
  "meta": {
699
699
  "filename": "line-chart.tsx",
700
- "path": "/home/jenkins/uitech/workspace/OJET_Code_16.1.6/packages/oraclejet-core-pack/web/components/oj-c/line-chart"
700
+ "path": "web/components/oj-c/line-chart"
701
701
  },
702
702
  "type": {
703
703
  "names": [
@@ -721,7 +721,7 @@
721
721
  "description": "Sets a property or a single subproperty for complex properties and notifies the component of the change, triggering a corresponding event.",
722
722
  "meta": {
723
723
  "filename": "line-chart.tsx",
724
- "path": "/home/jenkins/uitech/workspace/OJET_Code_16.1.6/packages/oraclejet-core-pack/web/components/oj-c/line-chart"
724
+ "path": "web/components/oj-c/line-chart"
725
725
  },
726
726
  "scope": "instance",
727
727
  "params": [
@@ -755,7 +755,7 @@
755
755
  "description": "Retrieves the value of a property or a subproperty.",
756
756
  "meta": {
757
757
  "filename": "line-chart.tsx",
758
- "path": "/home/jenkins/uitech/workspace/OJET_Code_16.1.6/packages/oraclejet-core-pack/web/components/oj-c/line-chart"
758
+ "path": "web/components/oj-c/line-chart"
759
759
  },
760
760
  "scope": "instance",
761
761
  "params": [
@@ -784,7 +784,7 @@
784
784
  "description": "Performs a batch set of properties.",
785
785
  "meta": {
786
786
  "filename": "line-chart.tsx",
787
- "path": "/home/jenkins/uitech/workspace/OJET_Code_16.1.6/packages/oraclejet-core-pack/web/components/oj-c/line-chart"
787
+ "path": "web/components/oj-c/line-chart"
788
788
  },
789
789
  "scope": "instance",
790
790
  "params": [
@@ -813,7 +813,7 @@
813
813
  "description": "Triggered on a chart item (double click if selection is enabled, single click otherwise).",
814
814
  "meta": {
815
815
  "filename": "line-chart.tsx",
816
- "path": "/home/jenkins/uitech/workspace/OJET_Code_16.1.6/packages/oraclejet-core-pack/web/components/oj-c/line-chart"
816
+ "path": "web/components/oj-c/line-chart"
817
817
  },
818
818
  "scope": "instance",
819
819
  "properties": [
@@ -954,7 +954,7 @@
954
954
  "description": "Triggered on a chart series drill gesture (double click if selection is enabled, single click otherwise).",
955
955
  "meta": {
956
956
  "filename": "line-chart.tsx",
957
- "path": "/home/jenkins/uitech/workspace/OJET_Code_16.1.6/packages/oraclejet-core-pack/web/components/oj-c/line-chart"
957
+ "path": "web/components/oj-c/line-chart"
958
958
  },
959
959
  "scope": "instance",
960
960
  "properties": [
@@ -1041,7 +1041,7 @@
1041
1041
  "description": "Triggered on a chart group drill gesture (double click if selection is enabled, single click otherwise).",
1042
1042
  "meta": {
1043
1043
  "filename": "line-chart.tsx",
1044
- "path": "/home/jenkins/uitech/workspace/OJET_Code_16.1.6/packages/oraclejet-core-pack/web/components/oj-c/line-chart"
1044
+ "path": "web/components/oj-c/line-chart"
1045
1045
  },
1046
1046
  "scope": "instance",
1047
1047
  "properties": [
@@ -1128,7 +1128,7 @@
1128
1128
  "description": "Triggered after the viewport is changed due to a zoom or scroll operation.",
1129
1129
  "meta": {
1130
1130
  "filename": "line-chart.tsx",
1131
- "path": "/home/jenkins/uitech/workspace/OJET_Code_16.1.6/packages/oraclejet-core-pack/web/components/oj-c/line-chart"
1131
+ "path": "web/components/oj-c/line-chart"
1132
1132
  },
1133
1133
  "scope": "instance",
1134
1134
  "properties": [
@@ -1203,7 +1203,7 @@
1203
1203
  "description": "<p>The <code class=\"prettyprint\">itemTemplate</code> slot is used to specify the template for creating each item of the chart. The slot content must be a &lt;template> element.\nThe content of the template should only be one &lt;oj-c-line-chart-item> element. See the <a target=\"_blank\" href=\"oj-c.LineChartItem.html\">oj-c-line-chart-item</a> doc for more details. A <b>series-id</b> and <b>group-id</b> must be specified.</p>\n<p>When the template is executed for each item, it will have access to the chart's binding context containing the following properties:</p>\n<ul>\n <li>$current - an object that contains information for the current item. (See the table below for a list of properties available on $current) </li>\n <li>alias - if as attribute was specified, the value will be used to provide an application-named alias for $current.</li>\n</ul>",
1204
1204
  "meta": {
1205
1205
  "filename": "line-chart.tsx",
1206
- "path": "/home/jenkins/uitech/workspace/OJET_Code_16.1.6/packages/oraclejet-core-pack/web/components/oj-c/line-chart"
1206
+ "path": "web/components/oj-c/line-chart"
1207
1207
  },
1208
1208
  "scope": "instance",
1209
1209
  "ojchild": false,
@@ -1266,7 +1266,7 @@
1266
1266
  "description": "<p>The <code class=\"prettyprint\">seriesTemplate</code> slot is used to specify the template for generating the series properties of the chart. The slot content must be a single &lt;template> element.\nThe content of the template should only be one &lt;oj-c-line-chart-series> element.See the <a target=\"_blank\" href=\"oj-c.LineChartSeries.html\">oj-c-line-chart-series</a> doc for more details.</p>\n<p>When the template is executed for each series, it will have access to the chart's binding context containing the following properties:</p>\n<ul>\n <li>$current - an object that contains information for the current item. (See the table below for a list of properties available on $current) </li>\n <li>alias - if as attribute was specified, the value will be used to provide an application-named alias for $current.</li>\n</ul>",
1267
1267
  "meta": {
1268
1268
  "filename": "line-chart.tsx",
1269
- "path": "/home/jenkins/uitech/workspace/OJET_Code_16.1.6/packages/oraclejet-core-pack/web/components/oj-c/line-chart"
1269
+ "path": "web/components/oj-c/line-chart"
1270
1270
  },
1271
1271
  "scope": "instance",
1272
1272
  "ojchild": false,
@@ -1321,7 +1321,7 @@
1321
1321
  "description": "<p>The <code class=\"prettyprint\">groupTemplate</code> slot is used to specify the template for generating the group properties of the chart. The slot content must be a single &lt;template> element.\nThe content of the template should only be one &lt;oj-c-line-chart-group> element. See the <a target=\"_blank\" href=\"oj-c.LineChartGroup.html\">oj-c-line-chart-group</a> doc for more details.</p>\n<p>When the template is executed for each group, it will have access to the chart's binding context containing the following properties:</p>\n<ul>\n <li>$current - an object that contains information for the current item. (See the table below for a list of properties available on $current) </li>\n <li>alias - if as attribute was specified, the value will be used to provide an application-named alias for $current.</li>\n</ul>",
1322
1322
  "meta": {
1323
1323
  "filename": "line-chart.tsx",
1324
- "path": "/home/jenkins/uitech/workspace/OJET_Code_16.1.6/packages/oraclejet-core-pack/web/components/oj-c/line-chart"
1324
+ "path": "web/components/oj-c/line-chart"
1325
1325
  },
1326
1326
  "scope": "instance",
1327
1327
  "ojchild": false,
@@ -1394,7 +1394,7 @@
1394
1394
  "memberof": "oj-c.LineChart",
1395
1395
  "meta": {
1396
1396
  "filename": "line-chart.tsx",
1397
- "path": "/home/jenkins/uitech/workspace/OJET_Code_16.1.6/packages/oraclejet-core-pack/web/components/oj-c/line-chart"
1397
+ "path": "web/components/oj-c/line-chart"
1398
1398
  },
1399
1399
  "ojfragment": true
1400
1400
  },
@@ -1407,7 +1407,7 @@
1407
1407
  "memberof": "oj-c.LineChart",
1408
1408
  "meta": {
1409
1409
  "filename": "line-chart.tsx",
1410
- "path": "/home/jenkins/uitech/workspace/OJET_Code_16.1.6/packages/oraclejet-core-pack/web/components/oj-c/line-chart"
1410
+ "path": "web/components/oj-c/line-chart"
1411
1411
  },
1412
1412
  "ojfragment": true
1413
1413
  },
@@ -1431,7 +1431,7 @@
1431
1431
  },
1432
1432
  "meta": {
1433
1433
  "filename": "line-chart.tsx",
1434
- "path": "/home/jenkins/uitech/workspace/OJET_Code_16.1.6/packages/oraclejet-core-pack/web/components/oj-c/line-chart"
1434
+ "path": "web/components/oj-c/line-chart"
1435
1435
  },
1436
1436
  "properties": [
1437
1437
  {
@@ -1612,7 +1612,7 @@
1612
1612
  },
1613
1613
  "meta": {
1614
1614
  "filename": "line-chart.tsx",
1615
- "path": "/home/jenkins/uitech/workspace/OJET_Code_16.1.6/packages/oraclejet-core-pack/web/components/oj-c/line-chart"
1615
+ "path": "web/components/oj-c/line-chart"
1616
1616
  },
1617
1617
  "properties": [
1618
1618
  {
@@ -1704,7 +1704,7 @@
1704
1704
  },
1705
1705
  "meta": {
1706
1706
  "filename": "line-chart.tsx",
1707
- "path": "/home/jenkins/uitech/workspace/OJET_Code_16.1.6/packages/oraclejet-core-pack/web/components/oj-c/line-chart"
1707
+ "path": "web/components/oj-c/line-chart"
1708
1708
  },
1709
1709
  "properties": [
1710
1710
  {
@@ -1887,7 +1887,7 @@
1887
1887
  },
1888
1888
  "meta": {
1889
1889
  "filename": "line-chart.tsx",
1890
- "path": "/home/jenkins/uitech/workspace/OJET_Code_16.1.6/packages/oraclejet-core-pack/web/components/oj-c/line-chart"
1890
+ "path": "web/components/oj-c/line-chart"
1891
1891
  },
1892
1892
  "properties": [
1893
1893
  {
@@ -2008,7 +2008,7 @@
2008
2008
  },
2009
2009
  "meta": {
2010
2010
  "filename": "line-chart.tsx",
2011
- "path": "/home/jenkins/uitech/workspace/OJET_Code_16.1.6/packages/oraclejet-core-pack/web/components/oj-c/line-chart"
2011
+ "path": "web/components/oj-c/line-chart"
2012
2012
  },
2013
2013
  "properties": [
2014
2014
  {
@@ -2038,7 +2038,7 @@
2038
2038
  },
2039
2039
  "meta": {
2040
2040
  "filename": "line-chart.tsx",
2041
- "path": "/home/jenkins/uitech/workspace/OJET_Code_16.1.6/packages/oraclejet-core-pack/web/components/oj-c/line-chart"
2041
+ "path": "web/components/oj-c/line-chart"
2042
2042
  },
2043
2043
  "properties": [
2044
2044
  {
@@ -2093,7 +2093,7 @@
2093
2093
  },
2094
2094
  "meta": {
2095
2095
  "filename": "line-chart.tsx",
2096
- "path": "/home/jenkins/uitech/workspace/OJET_Code_16.1.6/packages/oraclejet-core-pack/web/components/oj-c/line-chart"
2096
+ "path": "web/components/oj-c/line-chart"
2097
2097
  },
2098
2098
  "properties": [
2099
2099
  {
@@ -2175,7 +2175,7 @@
2175
2175
  },
2176
2176
  "meta": {
2177
2177
  "filename": "line-chart.tsx",
2178
- "path": "/home/jenkins/uitech/workspace/OJET_Code_16.1.6/packages/oraclejet-core-pack/web/components/oj-c/line-chart"
2178
+ "path": "web/components/oj-c/line-chart"
2179
2179
  },
2180
2180
  "properties": [
2181
2181
  {
@@ -2268,7 +2268,7 @@
2268
2268
  },
2269
2269
  "meta": {
2270
2270
  "filename": "line-chart.tsx",
2271
- "path": "/home/jenkins/uitech/workspace/OJET_Code_16.1.6/packages/oraclejet-core-pack/web/components/oj-c/line-chart"
2271
+ "path": "web/components/oj-c/line-chart"
2272
2272
  },
2273
2273
  "properties": [
2274
2274
  {
@@ -2565,7 +2565,7 @@
2565
2565
  },
2566
2566
  "meta": {
2567
2567
  "filename": "line-chart.tsx",
2568
- "path": "/home/jenkins/uitech/workspace/OJET_Code_16.1.6/packages/oraclejet-core-pack/web/components/oj-c/line-chart"
2568
+ "path": "web/components/oj-c/line-chart"
2569
2569
  },
2570
2570
  "properties": [
2571
2571
  {
@@ -2632,7 +2632,7 @@
2632
2632
  },
2633
2633
  "meta": {
2634
2634
  "filename": "line-chart.tsx",
2635
- "path": "/home/jenkins/uitech/workspace/OJET_Code_16.1.6/packages/oraclejet-core-pack/web/components/oj-c/line-chart"
2635
+ "path": "web/components/oj-c/line-chart"
2636
2636
  },
2637
2637
  "properties": [
2638
2638
  {
@@ -30,7 +30,7 @@
30
30
  "since": "16.0.0",
31
31
  "meta": {
32
32
  "filename": "line-chart-group.tsx",
33
- "path": "/home/jenkins/uitech/workspace/OJET_Code_16.1.6/packages/oraclejet-core-pack/web/components/oj-c/line-chart-group"
33
+ "path": "web/components/oj-c/line-chart-group"
34
34
  },
35
35
  "ojmodule": "line-chart-group",
36
36
  "ojslotcomponent": true
@@ -46,7 +46,7 @@
46
46
  "description": "Whether drilling is enabled on the group label. Drillable objects will show a pointer cursor on hover and fire an <code class=\"prettyprint\">ojDrill</code> event on click. To enable drilling for all group labels at once, use the drilling attribute in the top level.",
47
47
  "meta": {
48
48
  "filename": "line-chart-group.tsx",
49
- "path": "/home/jenkins/uitech/workspace/OJET_Code_16.1.6/packages/oraclejet-core-pack/web/components/oj-c/line-chart-group"
49
+ "path": "web/components/oj-c/line-chart-group"
50
50
  },
51
51
  "defaultvalue": "\"inherit\"",
52
52
  "type": {
@@ -68,7 +68,7 @@
68
68
  "description": "The name of the group.",
69
69
  "meta": {
70
70
  "filename": "line-chart-group.tsx",
71
- "path": "/home/jenkins/uitech/workspace/OJET_Code_16.1.6/packages/oraclejet-core-pack/web/components/oj-c/line-chart-group"
71
+ "path": "web/components/oj-c/line-chart-group"
72
72
  },
73
73
  "type": {
74
74
  "names": [
@@ -87,7 +87,7 @@
87
87
  "description": "The description of the group. This is used for customizing the tooltip text and only applies to a categorical axis.",
88
88
  "meta": {
89
89
  "filename": "line-chart-group.tsx",
90
- "path": "/home/jenkins/uitech/workspace/OJET_Code_16.1.6/packages/oraclejet-core-pack/web/components/oj-c/line-chart-group"
90
+ "path": "web/components/oj-c/line-chart-group"
91
91
  },
92
92
  "type": {
93
93
  "names": [
@@ -104,7 +104,7 @@
104
104
  "description": "Sets a property or a single subproperty for complex properties and notifies the component of the change, triggering a corresponding event.",
105
105
  "meta": {
106
106
  "filename": "line-chart-group.tsx",
107
- "path": "/home/jenkins/uitech/workspace/OJET_Code_16.1.6/packages/oraclejet-core-pack/web/components/oj-c/line-chart-group"
107
+ "path": "web/components/oj-c/line-chart-group"
108
108
  },
109
109
  "scope": "instance",
110
110
  "params": [
@@ -138,7 +138,7 @@
138
138
  "description": "Retrieves the value of a property or a subproperty.",
139
139
  "meta": {
140
140
  "filename": "line-chart-group.tsx",
141
- "path": "/home/jenkins/uitech/workspace/OJET_Code_16.1.6/packages/oraclejet-core-pack/web/components/oj-c/line-chart-group"
141
+ "path": "web/components/oj-c/line-chart-group"
142
142
  },
143
143
  "scope": "instance",
144
144
  "params": [
@@ -167,7 +167,7 @@
167
167
  "description": "Performs a batch set of properties.",
168
168
  "meta": {
169
169
  "filename": "line-chart-group.tsx",
170
- "path": "/home/jenkins/uitech/workspace/OJET_Code_16.1.6/packages/oraclejet-core-pack/web/components/oj-c/line-chart-group"
170
+ "path": "web/components/oj-c/line-chart-group"
171
171
  },
172
172
  "scope": "instance",
173
173
  "params": [
@@ -30,7 +30,7 @@
30
30
  "since": "16.0.0",
31
31
  "meta": {
32
32
  "filename": "line-chart-item.tsx",
33
- "path": "/home/jenkins/uitech/workspace/OJET_Code_16.1.6/packages/oraclejet-core-pack/web/components/oj-c/line-chart-item"
33
+ "path": "web/components/oj-c/line-chart-item"
34
34
  },
35
35
  "ojmodule": "line-chart-item",
36
36
  "ojslotcomponent": true
@@ -46,7 +46,7 @@
46
46
  "description": "The id for the series the item belongs to.",
47
47
  "meta": {
48
48
  "filename": "line-chart-item.tsx",
49
- "path": "/home/jenkins/uitech/workspace/OJET_Code_16.1.6/packages/oraclejet-core-pack/web/components/oj-c/line-chart-item"
49
+ "path": "web/components/oj-c/line-chart-item"
50
50
  },
51
51
  "type": {
52
52
  "names": [
@@ -65,7 +65,7 @@
65
65
  "description": "The array of ids for the groups the item belongs to. For hierarchical groups, it will be an array of outermost to innermost group ids. This is also used to specify the date for non mixed frequency time axes. The specified date for non mixed frequency time axes must be an ISO string.",
66
66
  "meta": {
67
67
  "filename": "line-chart-item.tsx",
68
- "path": "/home/jenkins/uitech/workspace/OJET_Code_16.1.6/packages/oraclejet-core-pack/web/components/oj-c/line-chart-item"
68
+ "path": "web/components/oj-c/line-chart-item"
69
69
  },
70
70
  "type": {
71
71
  "names": [
@@ -91,7 +91,7 @@
91
91
  "description": "The value for this data item. Null can be specified to skip a data point.",
92
92
  "meta": {
93
93
  "filename": "line-chart-item.tsx",
94
- "path": "/home/jenkins/uitech/workspace/OJET_Code_16.1.6/packages/oraclejet-core-pack/web/components/oj-c/line-chart-item"
94
+ "path": "web/components/oj-c/line-chart-item"
95
95
  },
96
96
  "type": {
97
97
  "names": [
@@ -110,7 +110,7 @@
110
110
  "description": "The x value. Mainly used to specify the date for mixed-frequency time axis. The date specified in the x value must be an ISO date string.",
111
111
  "meta": {
112
112
  "filename": "line-chart-item.tsx",
113
- "path": "/home/jenkins/uitech/workspace/OJET_Code_16.1.6/packages/oraclejet-core-pack/web/components/oj-c/line-chart-item"
113
+ "path": "web/components/oj-c/line-chart-item"
114
114
  },
115
115
  "type": {
116
116
  "names": [
@@ -129,7 +129,7 @@
129
129
  "description": "The color of the data item. This color value is not inherited by chart legend. See chart <a href=\"oj.ojChartSeries.html#color\">series color</a> and <a href=\"oj.ojChartSeries.html#displayInLegend\">display-in-legend</a> for more details.",
130
130
  "meta": {
131
131
  "filename": "line-chart-item.tsx",
132
- "path": "/home/jenkins/uitech/workspace/OJET_Code_16.1.6/packages/oraclejet-core-pack/web/components/oj-c/line-chart-item"
132
+ "path": "web/components/oj-c/line-chart-item"
133
133
  },
134
134
  "type": {
135
135
  "names": [
@@ -148,7 +148,7 @@
148
148
  "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.",
149
149
  "meta": {
150
150
  "filename": "line-chart-item.tsx",
151
- "path": "/home/jenkins/uitech/workspace/OJET_Code_16.1.6/packages/oraclejet-core-pack/web/components/oj-c/line-chart-item"
151
+ "path": "web/components/oj-c/line-chart-item"
152
152
  },
153
153
  "type": {
154
154
  "names": [
@@ -169,7 +169,7 @@
169
169
  "description": "The shape of the data markers. Only applies to line, area, scatter, and bubble series. 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.",
170
170
  "meta": {
171
171
  "filename": "line-chart-item.tsx",
172
- "path": "/home/jenkins/uitech/workspace/OJET_Code_16.1.6/packages/oraclejet-core-pack/web/components/oj-c/line-chart-item"
172
+ "path": "web/components/oj-c/line-chart-item"
173
173
  },
174
174
  "type": {
175
175
  "names": [
@@ -196,7 +196,7 @@
196
196
  "description": "The size of the data markers. Only applies to line, area, and scatter series. Does not apply to bubble charts, which calculate marker size based on the z values.",
197
197
  "meta": {
198
198
  "filename": "line-chart-item.tsx",
199
- "path": "/home/jenkins/uitech/workspace/OJET_Code_16.1.6/packages/oraclejet-core-pack/web/components/oj-c/line-chart-item"
199
+ "path": "web/components/oj-c/line-chart-item"
200
200
  },
201
201
  "type": {
202
202
  "names": [
@@ -215,7 +215,7 @@
215
215
  "description": "An optional array of category strings corresponding to this data item. This enables highlighting and filtering of individual data items through interactions with the legend or other visualization elements. If not defined, series categories are used.",
216
216
  "meta": {
217
217
  "filename": "line-chart-item.tsx",
218
- "path": "/home/jenkins/uitech/workspace/OJET_Code_16.1.6/packages/oraclejet-core-pack/web/components/oj-c/line-chart-item"
218
+ "path": "web/components/oj-c/line-chart-item"
219
219
  },
220
220
  "type": {
221
221
  "names": [
@@ -241,7 +241,7 @@
241
241
  "description": "Whether drilling is enabled for the data 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 data items at once, use the drilling attribute in the top level.",
242
242
  "meta": {
243
243
  "filename": "line-chart-item.tsx",
244
- "path": "/home/jenkins/uitech/workspace/OJET_Code_16.1.6/packages/oraclejet-core-pack/web/components/oj-c/line-chart-item"
244
+ "path": "web/components/oj-c/line-chart-item"
245
245
  },
246
246
  "type": {
247
247
  "names": [
@@ -262,7 +262,7 @@
262
262
  "description": "The description of this object. This is used for accessibility and also for customizing the tooltip text.",
263
263
  "meta": {
264
264
  "filename": "line-chart-item.tsx",
265
- "path": "/home/jenkins/uitech/workspace/OJET_Code_16.1.6/packages/oraclejet-core-pack/web/components/oj-c/line-chart-item"
265
+ "path": "web/components/oj-c/line-chart-item"
266
266
  },
267
267
  "type": {
268
268
  "names": [
@@ -279,7 +279,7 @@
279
279
  "description": "Sets a property or a single subproperty for complex properties and notifies the component of the change, triggering a corresponding event.",
280
280
  "meta": {
281
281
  "filename": "line-chart-item.tsx",
282
- "path": "/home/jenkins/uitech/workspace/OJET_Code_16.1.6/packages/oraclejet-core-pack/web/components/oj-c/line-chart-item"
282
+ "path": "web/components/oj-c/line-chart-item"
283
283
  },
284
284
  "scope": "instance",
285
285
  "params": [
@@ -313,7 +313,7 @@
313
313
  "description": "Retrieves the value of a property or a subproperty.",
314
314
  "meta": {
315
315
  "filename": "line-chart-item.tsx",
316
- "path": "/home/jenkins/uitech/workspace/OJET_Code_16.1.6/packages/oraclejet-core-pack/web/components/oj-c/line-chart-item"
316
+ "path": "web/components/oj-c/line-chart-item"
317
317
  },
318
318
  "scope": "instance",
319
319
  "params": [
@@ -342,7 +342,7 @@
342
342
  "description": "Performs a batch set of properties.",
343
343
  "meta": {
344
344
  "filename": "line-chart-item.tsx",
345
- "path": "/home/jenkins/uitech/workspace/OJET_Code_16.1.6/packages/oraclejet-core-pack/web/components/oj-c/line-chart-item"
345
+ "path": "web/components/oj-c/line-chart-item"
346
346
  },
347
347
  "scope": "instance",
348
348
  "params": [