@oracle/oraclejet-core-pack 16.0.6 → 16.1.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (472) hide show
  1. package/oj-c/ActionCard.json +6 -6
  2. package/oj-c/AreaChart.json +458 -1546
  3. package/oj-c/AreaChartGroup.json +8 -7
  4. package/oj-c/AreaChartItem.json +35 -16
  5. package/oj-c/AreaChartSeries.json +15 -14
  6. package/oj-c/Avatar.json +10 -10
  7. package/oj-c/Button.json +19 -19
  8. package/oj-c/Checkbox.json +29 -29
  9. package/oj-c/Checkboxset.json +35 -35
  10. package/oj-c/Collapsible.json +14 -14
  11. package/oj-c/DrawerPopup.json +12 -12
  12. package/oj-c/FilePicker.json +20 -20
  13. package/oj-c/FormLayout.json +15 -15
  14. package/oj-c/HighlightText.json +6 -6
  15. package/oj-c/InputDateMask.json +75 -75
  16. package/oj-c/InputDateText.json +44 -44
  17. package/oj-c/InputMonthMask.json +1402 -0
  18. package/oj-c/InputNumber.json +51 -51
  19. package/oj-c/InputPassword.json +42 -42
  20. package/oj-c/InputSensitiveText.json +1420 -0
  21. package/oj-c/InputText.json +48 -48
  22. package/oj-c/LabelledLink.json +21 -21
  23. package/oj-c/Legend.json +36 -36
  24. package/oj-c/LegendItem.json +20 -15
  25. package/oj-c/LegendSection.json +6 -5
  26. package/oj-c/LineChart.json +459 -1546
  27. package/oj-c/LineChartGroup.json +8 -7
  28. package/oj-c/LineChartItem.json +35 -16
  29. package/oj-c/LineChartSeries.json +17 -16
  30. package/oj-c/ListItemLayout.json +16 -16
  31. package/oj-c/ListView.json +18 -18
  32. package/oj-c/MenuButton.json +21 -21
  33. package/oj-c/MessageBanner.json +11 -11
  34. package/oj-c/MessageToast.json +13 -13
  35. package/oj-c/MeterBar.json +26 -26
  36. package/oj-c/MeterCircle.json +30 -30
  37. package/oj-c/ProgressBar.json +7 -7
  38. package/oj-c/ProgressCircle.json +7 -7
  39. package/oj-c/Radioset.json +35 -35
  40. package/oj-c/RatingGauge.json +21 -21
  41. package/oj-c/SelectMultiple.json +41 -41
  42. package/oj-c/SelectSingle.json +45 -45
  43. package/oj-c/SelectionCard.json +6 -6
  44. package/oj-c/Selector.json +8 -8
  45. package/oj-c/SelectorAll.json +25 -5
  46. package/oj-c/SplitMenuButton.json +60 -17
  47. package/oj-c/TabBarMixed.json +606 -0
  48. package/oj-c/TagCloud.json +18 -18
  49. package/oj-c/TagCloudItem.json +11 -10
  50. package/oj-c/TextArea.json +45 -45
  51. package/oj-c/action-card/component.json +2 -2
  52. package/oj-c/area-chart/__webdriver__/AreaChartWebElementBase.d.ts +175 -38
  53. package/oj-c/area-chart/__webdriver__/AreaChartWebElementBase.js +16 -7
  54. package/oj-c/area-chart/__webdriver__/AreaChartWebElementBase.js.map +1 -1
  55. package/oj-c/area-chart/area-chart.js +4 -4
  56. package/oj-c/area-chart/component.json +552 -770
  57. package/oj-c/area-chart-group/area-chart-group.js +1 -1
  58. package/oj-c/area-chart-group/component.json +4 -3
  59. package/oj-c/area-chart-item/area-chart-item.js +1 -1
  60. package/oj-c/area-chart-item/component.json +10 -4
  61. package/oj-c/area-chart-series/area-chart-series.js +1 -1
  62. package/oj-c/area-chart-series/component.json +4 -3
  63. package/oj-c/avatar/component.json +2 -2
  64. package/oj-c/button/button.js +7 -7
  65. package/oj-c/button/component.json +2 -2
  66. package/oj-c/checkbox/component.json +2 -2
  67. package/oj-c/checkboxset/component.json +2 -2
  68. package/oj-c/collapsible/component.json +2 -2
  69. package/oj-c/component.json +15 -3
  70. package/oj-c/corepackbundle.js +883 -353
  71. package/oj-c/docs/action-card.html +59 -50
  72. package/oj-c/docs/area-chart-group.html +59 -50
  73. package/oj-c/docs/area-chart-item.html +59 -50
  74. package/oj-c/docs/area-chart-series.html +59 -50
  75. package/oj-c/docs/area-chart.html +59 -50
  76. package/oj-c/docs/avatar.html +59 -50
  77. package/oj-c/docs/button.html +59 -50
  78. package/oj-c/docs/checkbox.html +59 -50
  79. package/oj-c/docs/checkboxset.html +59 -50
  80. package/oj-c/docs/collapsible.html +59 -50
  81. package/oj-c/docs/drawer-popup.html +59 -50
  82. package/oj-c/docs/file-picker.html +59 -50
  83. package/oj-c/docs/form-layout.html +59 -50
  84. package/oj-c/docs/highlight-text.html +59 -50
  85. package/oj-c/docs/index.html +59 -50
  86. package/oj-c/docs/input-date-mask.html +59 -50
  87. package/oj-c/docs/input-date-text.html +59 -50
  88. package/oj-c/docs/input-month-mask.html +249 -0
  89. package/oj-c/docs/input-number.html +59 -50
  90. package/oj-c/docs/input-password.html +59 -50
  91. package/oj-c/docs/input-sensitive-text.html +249 -0
  92. package/oj-c/docs/input-text.html +59 -50
  93. package/oj-c/docs/jsDocMd.json +1 -1
  94. package/oj-c/docs/labelled-link.html +59 -50
  95. package/oj-c/docs/legend-item.html +59 -50
  96. package/oj-c/docs/legend-section.html +59 -50
  97. package/oj-c/docs/legend.html +59 -50
  98. package/oj-c/docs/line-chart-group.html +59 -50
  99. package/oj-c/docs/line-chart-item.html +59 -50
  100. package/oj-c/docs/line-chart-series.html +59 -50
  101. package/oj-c/docs/line-chart.html +59 -50
  102. package/oj-c/docs/list-item-layout.html +59 -50
  103. package/oj-c/docs/list-view.html +59 -50
  104. package/oj-c/docs/menu-button.html +59 -50
  105. package/oj-c/docs/message-banner.html +59 -50
  106. package/oj-c/docs/message-toast.html +59 -50
  107. package/oj-c/docs/meter-bar.html +59 -50
  108. package/oj-c/docs/meter-circle.html +59 -50
  109. package/oj-c/docs/oj-c.ActionCard.html +60 -51
  110. package/oj-c/docs/oj-c.AreaChart.html +1452 -214
  111. package/oj-c/docs/oj-c.AreaChartGroup.html +63 -51
  112. package/oj-c/docs/oj-c.AreaChartItem.html +125 -54
  113. package/oj-c/docs/oj-c.AreaChartSeries.html +63 -51
  114. package/oj-c/docs/oj-c.Avatar.html +60 -51
  115. package/oj-c/docs/oj-c.Button.html +60 -51
  116. package/oj-c/docs/oj-c.Checkbox.html +60 -51
  117. package/oj-c/docs/oj-c.Checkboxset.html +60 -51
  118. package/oj-c/docs/oj-c.Collapsible.html +60 -51
  119. package/oj-c/docs/oj-c.DrawerPopup.html +60 -51
  120. package/oj-c/docs/oj-c.FilePicker.html +60 -51
  121. package/oj-c/docs/oj-c.FormLayout.html +60 -51
  122. package/oj-c/docs/oj-c.HighlightText.html +60 -51
  123. package/oj-c/docs/oj-c.InputDateMask.html +81 -64
  124. package/oj-c/docs/oj-c.InputDateText.html +60 -51
  125. package/oj-c/docs/oj-c.InputMonthMask.html +5940 -0
  126. package/oj-c/docs/oj-c.InputNumber.html +60 -51
  127. package/oj-c/docs/oj-c.InputPassword.html +80 -62
  128. package/oj-c/docs/oj-c.InputSensitiveText.html +5723 -0
  129. package/oj-c/docs/oj-c.InputText.html +60 -51
  130. package/oj-c/docs/oj-c.LabelledLink.html +60 -51
  131. package/oj-c/docs/oj-c.Legend.html +60 -51
  132. package/oj-c/docs/oj-c.LegendItem.html +75 -51
  133. package/oj-c/docs/oj-c.LegendSection.html +63 -51
  134. package/oj-c/docs/oj-c.LineChart.html +1455 -217
  135. package/oj-c/docs/oj-c.LineChartGroup.html +63 -51
  136. package/oj-c/docs/oj-c.LineChartItem.html +125 -54
  137. package/oj-c/docs/oj-c.LineChartSeries.html +63 -51
  138. package/oj-c/docs/oj-c.ListItemLayout.html +60 -51
  139. package/oj-c/docs/oj-c.ListView.html +60 -51
  140. package/oj-c/docs/oj-c.MenuButton.html +60 -51
  141. package/oj-c/docs/oj-c.MessageBanner.html +60 -51
  142. package/oj-c/docs/oj-c.MessageToast.html +60 -51
  143. package/oj-c/docs/oj-c.MeterBar.html +60 -51
  144. package/oj-c/docs/oj-c.MeterCircle.html +60 -51
  145. package/oj-c/docs/oj-c.ProgressBar.html +60 -51
  146. package/oj-c/docs/oj-c.ProgressCircle.html +60 -51
  147. package/oj-c/docs/oj-c.Radioset.html +60 -51
  148. package/oj-c/docs/oj-c.RatingGauge.html +60 -51
  149. package/oj-c/docs/oj-c.SelectMultiple.html +60 -51
  150. package/oj-c/docs/oj-c.SelectSingle.html +60 -51
  151. package/oj-c/docs/oj-c.Selector.html +60 -51
  152. package/oj-c/docs/oj-c.SelectorAll.html +149 -52
  153. package/oj-c/docs/oj-c.SplitMenuButton.html +299 -52
  154. package/oj-c/docs/oj-c.TabBarMixed.html +2660 -0
  155. package/oj-c/docs/oj-c.TagCloud.html +60 -51
  156. package/oj-c/docs/oj-c.TagCloudItem.html +63 -51
  157. package/oj-c/docs/oj-c.TextArea.html +60 -51
  158. package/oj-c/docs/progress-bar.html +59 -50
  159. package/oj-c/docs/progress-circle.html +59 -50
  160. package/oj-c/docs/radioset.html +59 -50
  161. package/oj-c/docs/rating-gauge.html +59 -50
  162. package/oj-c/docs/select-multiple.html +59 -50
  163. package/oj-c/docs/select-single.html +59 -50
  164. package/oj-c/docs/selection-card.html +59 -50
  165. package/oj-c/docs/selector-all.html +59 -50
  166. package/oj-c/docs/selector.html +59 -50
  167. package/oj-c/docs/split-menu-button.html +59 -50
  168. package/oj-c/docs/tab-bar-mixed.html +249 -0
  169. package/oj-c/docs/tag-cloud-item.html +59 -50
  170. package/oj-c/docs/tag-cloud.html +59 -50
  171. package/oj-c/docs/text-area.html +59 -50
  172. package/oj-c/drawer-popup/component.json +2 -2
  173. package/oj-c/file-picker/component.json +2 -2
  174. package/oj-c/form-layout/component.json +2 -2
  175. package/oj-c/highlight-text/component.json +2 -2
  176. package/oj-c/hooks/UNSAFE_useListData/useListData.js +5 -2
  177. package/oj-c/input-date-mask/component.json +17 -15
  178. package/oj-c/input-date-mask/input-date-mask.js +45 -88
  179. package/oj-c/input-date-text/component.json +3 -6
  180. package/oj-c/input-month-mask/CalendarMonthConverter.js +32 -0
  181. package/oj-c/input-month-mask/CalendarMonthRangeValidator.js +56 -0
  182. package/oj-c/input-month-mask/__webdriver__/InputMonthMaskWebElement.d.ts +16 -0
  183. package/oj-c/input-month-mask/__webdriver__/InputMonthMaskWebElement.js +23 -0
  184. package/oj-c/input-month-mask/__webdriver__/InputMonthMaskWebElement.js.map +1 -0
  185. package/oj-c/input-month-mask/__webdriver__/InputMonthMaskWebElementBase.d.ts +275 -0
  186. package/oj-c/input-month-mask/__webdriver__/InputMonthMaskWebElementBase.js +248 -0
  187. package/oj-c/input-month-mask/__webdriver__/InputMonthMaskWebElementBase.js.map +1 -0
  188. package/oj-c/input-month-mask/__webdriver__/index.d.ts +17 -0
  189. package/oj-c/input-month-mask/__webdriver__/index.js +34 -0
  190. package/oj-c/input-month-mask/__webdriver__/index.js.map +1 -0
  191. package/oj-c/input-month-mask/component.json +493 -0
  192. package/oj-c/input-month-mask/index.js +6 -0
  193. package/oj-c/input-month-mask/input-month-mask-styles.css +14 -0
  194. package/oj-c/input-month-mask/input-month-mask.js +69 -0
  195. package/oj-c/input-month-mask/useImplicitCalendarMonthRangeValidator.js +26 -0
  196. package/oj-c/input-month-mask/useInputMonthMaskPreact.js +88 -0
  197. package/oj-c/input-month-mask.js +6 -0
  198. package/oj-c/input-number/component.json +2 -2
  199. package/oj-c/input-password/__webdriver__/InputPasswordWebElementBase.d.ts +1 -1
  200. package/oj-c/input-password/__webdriver__/InputPasswordWebElementBase.js +1 -1
  201. package/oj-c/input-password/__webdriver__/InputPasswordWebElementBase.js.map +1 -1
  202. package/oj-c/input-password/component.json +5 -5
  203. package/oj-c/input-sensitive-text/__webdriver__/InputSensitiveTextWebElement.d.ts +17 -0
  204. package/oj-c/input-sensitive-text/__webdriver__/InputSensitiveTextWebElement.js +50 -0
  205. package/oj-c/input-sensitive-text/__webdriver__/InputSensitiveTextWebElement.js.map +1 -0
  206. package/oj-c/input-sensitive-text/__webdriver__/InputSensitiveTextWebElementBase.d.ts +259 -0
  207. package/oj-c/input-sensitive-text/__webdriver__/InputSensitiveTextWebElementBase.js +266 -0
  208. package/oj-c/input-sensitive-text/__webdriver__/InputSensitiveTextWebElementBase.js.map +1 -0
  209. package/oj-c/input-sensitive-text/__webdriver__/index.d.ts +17 -0
  210. package/oj-c/input-sensitive-text/__webdriver__/index.js +34 -0
  211. package/oj-c/input-sensitive-text/__webdriver__/index.js.map +1 -0
  212. package/oj-c/input-sensitive-text/component.json +574 -0
  213. package/oj-c/input-sensitive-text/index.js +6 -0
  214. package/oj-c/input-sensitive-text/input-sensitive-text-styles.css +13 -0
  215. package/oj-c/input-sensitive-text/input-sensitive-text.js +74 -0
  216. package/oj-c/input-sensitive-text/useInputSensitiveTextPreact.js +52 -0
  217. package/oj-c/input-sensitive-text.js +6 -0
  218. package/oj-c/input-text/component.json +2 -2
  219. package/oj-c/labelled-link/component.json +2 -2
  220. package/oj-c/legend/component.json +2 -2
  221. package/oj-c/legend/legend-styles.css +1 -0
  222. package/oj-c/legend-item/component.json +12 -7
  223. package/oj-c/legend-item/legend-item.js +1 -1
  224. package/oj-c/legend-section/component.json +4 -3
  225. package/oj-c/legend-section/legend-section.js +1 -1
  226. package/oj-c/line-chart/__webdriver__/LineChartWebElementBase.d.ts +172 -35
  227. package/oj-c/line-chart/__webdriver__/LineChartWebElementBase.js +13 -4
  228. package/oj-c/line-chart/__webdriver__/LineChartWebElementBase.js.map +1 -1
  229. package/oj-c/line-chart/component.json +558 -775
  230. package/oj-c/line-chart/line-chart.js +4 -4
  231. package/oj-c/line-chart-group/component.json +4 -3
  232. package/oj-c/line-chart-group/line-chart-group.js +1 -1
  233. package/oj-c/line-chart-item/component.json +11 -5
  234. package/oj-c/line-chart-item/line-chart-item.js +1 -1
  235. package/oj-c/line-chart-series/component.json +4 -3
  236. package/oj-c/line-chart-series/line-chart-series.js +1 -1
  237. package/oj-c/list-item-layout/component.json +2 -2
  238. package/oj-c/list-view/component.json +2 -2
  239. package/oj-c/menu-button/component.json +2 -2
  240. package/oj-c/menu-button/menu-button.js +2 -2
  241. package/oj-c/message-banner/component.json +2 -2
  242. package/oj-c/message-toast/component.json +2 -2
  243. package/oj-c/metadata/allComponents.json +3619 -2700
  244. package/oj-c/meter-bar/component.json +2 -2
  245. package/oj-c/meter-circle/component.json +2 -2
  246. package/oj-c/min/area-chart-group.js +1 -1
  247. package/oj-c/min/area-chart-group.js.map +1 -1
  248. package/oj-c/min/area-chart-item.js +1 -1
  249. package/oj-c/min/area-chart-item.js.map +1 -1
  250. package/oj-c/min/area-chart-series.js +1 -1
  251. package/oj-c/min/area-chart-series.js.map +1 -1
  252. package/oj-c/min/area-chart.js +1 -1
  253. package/oj-c/min/area-chart.js.map +1 -1
  254. package/oj-c/min/button.js +1 -1
  255. package/oj-c/min/button.js.map +1 -1
  256. package/oj-c/min/corepackbundle.css +28 -1
  257. package/oj-c/min/corepackbundle.js +1 -1
  258. package/oj-c/min/corepackbundle.js.map +1 -1
  259. package/oj-c/min/hooks/UNSAFE_useListData/useListData.js +5 -2
  260. package/oj-c/min/input-date-mask.js +1 -1
  261. package/oj-c/min/input-date-mask.js.map +1 -1
  262. package/oj-c/min/input-month-mask/input-month-mask-styles.css +14 -0
  263. package/oj-c/min/input-month-mask.js +2 -0
  264. package/oj-c/min/input-month-mask.js.map +1 -0
  265. package/oj-c/min/input-sensitive-text/input-sensitive-text-styles.css +13 -0
  266. package/oj-c/min/input-sensitive-text.js +2 -0
  267. package/oj-c/min/input-sensitive-text.js.map +1 -0
  268. package/oj-c/min/legend/legend-styles.css +1 -0
  269. package/oj-c/min/legend-item.js +1 -1
  270. package/oj-c/min/legend-item.js.map +1 -1
  271. package/oj-c/min/legend-section.js +1 -1
  272. package/oj-c/min/legend-section.js.map +1 -1
  273. package/oj-c/min/legend.js +1 -1
  274. package/oj-c/min/legend.js.map +1 -1
  275. package/oj-c/min/line-chart-group.js +1 -1
  276. package/oj-c/min/line-chart-group.js.map +1 -1
  277. package/oj-c/min/line-chart-item.js +1 -1
  278. package/oj-c/min/line-chart-item.js.map +1 -1
  279. package/oj-c/min/line-chart-series.js +1 -1
  280. package/oj-c/min/line-chart-series.js.map +1 -1
  281. package/oj-c/min/line-chart.js +1 -1
  282. package/oj-c/min/line-chart.js.map +1 -1
  283. package/oj-c/min/list-view.js +1 -1
  284. package/oj-c/min/list-view.js.map +1 -1
  285. package/oj-c/min/menu-button.js +1 -1
  286. package/oj-c/min/menu-button.js.map +1 -1
  287. package/oj-c/min/select-multiple.js +2 -2
  288. package/oj-c/min/select-multiple.js.map +1 -1
  289. package/oj-c/min/select-single.js +2 -2
  290. package/oj-c/min/select-single.js.map +1 -1
  291. package/oj-c/min/selector-all.js +1 -1
  292. package/oj-c/min/selector-all.js.map +1 -1
  293. package/oj-c/min/split-menu-button.js +1 -1
  294. package/oj-c/min/split-menu-button.js.map +1 -1
  295. package/oj-c/min/tab-bar-mixed/tab-bar-mixed-styles.css +11 -0
  296. package/oj-c/min/tab-bar-mixed.js +2 -0
  297. package/oj-c/min/tab-bar-mixed.js.map +1 -0
  298. package/oj-c/min/tag-cloud-item.js +1 -1
  299. package/oj-c/min/tag-cloud-item.js.map +1 -1
  300. package/oj-c/min/tag-cloud.js +1 -1
  301. package/oj-c/min/tag-cloud.js.map +1 -1
  302. package/oj-c/min/utils/PRIVATE_ItemsMenu/items-menu.js +7 -5
  303. package/oj-c/min/utils/PRIVATE_chartUtils/axisUtils.js +24 -0
  304. package/oj-c/progress-bar/component.json +2 -2
  305. package/oj-c/progress-circle/component.json +2 -2
  306. package/oj-c/radioset/component.json +2 -2
  307. package/oj-c/rating-gauge/component.json +2 -2
  308. package/oj-c/select-multiple/component.json +2 -2
  309. package/oj-c/select-single/component.json +2 -2
  310. package/oj-c/selection-card/component.json +2 -2
  311. package/oj-c/selector/component.json +2 -2
  312. package/oj-c/selector-all/__webdriver__/SelectorAllWebElementBase.d.ts +7 -0
  313. package/oj-c/selector-all/__webdriver__/SelectorAllWebElementBase.js +9 -0
  314. package/oj-c/selector-all/__webdriver__/SelectorAllWebElementBase.js.map +1 -1
  315. package/oj-c/selector-all/component.json +12 -2
  316. package/oj-c/selector-all/selector-all.js +3 -3
  317. package/oj-c/split-menu-button/__webdriver__/SplitMenuButtonWebElement.d.ts +1 -1
  318. package/oj-c/split-menu-button/__webdriver__/SplitMenuButtonWebElement.js +1 -1
  319. package/oj-c/split-menu-button/__webdriver__/SplitMenuButtonWebElement.js.map +1 -1
  320. package/oj-c/split-menu-button/__webdriver__/SplitMenuButtonWebElementBase.d.ts +7 -0
  321. package/oj-c/split-menu-button/__webdriver__/SplitMenuButtonWebElementBase.js +9 -0
  322. package/oj-c/split-menu-button/__webdriver__/SplitMenuButtonWebElementBase.js.map +1 -1
  323. package/oj-c/split-menu-button/component.json +21 -2
  324. package/oj-c/split-menu-button/split-menu-button.js +18 -27
  325. package/oj-c/tab-bar-mixed/DataTabBarMixed.js +43 -0
  326. package/oj-c/tab-bar-mixed/DataTabBarMixed.types.js +4 -0
  327. package/oj-c/tab-bar-mixed/DataTabBarMixedIcon.js +16 -0
  328. package/oj-c/tab-bar-mixed/__mocks__/@oracle/oraclejet-preact/UNSAFE_ConveyorBelt.js +10 -0
  329. package/oj-c/tab-bar-mixed/__mocks__/@oracle/oraclejet-preact/UNSAFE_TabBarMixed.js +34 -0
  330. package/oj-c/tab-bar-mixed/__webdriver__/TabBarMixedWebElement.d.ts +8 -0
  331. package/oj-c/tab-bar-mixed/__webdriver__/TabBarMixedWebElement.js +13 -0
  332. package/oj-c/tab-bar-mixed/__webdriver__/TabBarMixedWebElement.js.map +1 -0
  333. package/oj-c/tab-bar-mixed/__webdriver__/TabBarMixedWebElementBase.d.ts +116 -0
  334. package/oj-c/tab-bar-mixed/__webdriver__/TabBarMixedWebElementBase.js +95 -0
  335. package/oj-c/tab-bar-mixed/__webdriver__/TabBarMixedWebElementBase.js.map +1 -0
  336. package/oj-c/tab-bar-mixed/__webdriver__/index.d.ts +17 -0
  337. package/oj-c/tab-bar-mixed/__webdriver__/index.js +34 -0
  338. package/oj-c/tab-bar-mixed/__webdriver__/index.js.map +1 -0
  339. package/oj-c/tab-bar-mixed/component.json +236 -0
  340. package/oj-c/tab-bar-mixed/environment.js +13 -0
  341. package/oj-c/tab-bar-mixed/index.js +6 -0
  342. package/oj-c/tab-bar-mixed/sumBadge.js +23 -0
  343. package/oj-c/tab-bar-mixed/tab-bar-mixed-styles.css +11 -0
  344. package/oj-c/tab-bar-mixed/tab-bar-mixed.js +39 -0
  345. package/oj-c/tab-bar-mixed.js +6 -0
  346. package/oj-c/tag-cloud/component.json +2 -2
  347. package/oj-c/tag-cloud-item/component.json +4 -3
  348. package/oj-c/tag-cloud-item/tag-cloud-item.js +1 -1
  349. package/oj-c/text-area/component.json +2 -2
  350. package/oj-c/types/area-chart/area-chart.d.ts +7 -2
  351. package/oj-c/types/area-chart-item/area-chart-item.d.ts +5 -0
  352. package/oj-c/types/input-date-mask/input-date-mask.d.ts +15 -20
  353. package/oj-c/types/input-month-mask/CalendarMonthConverter.d.ts +19 -0
  354. package/oj-c/types/input-month-mask/CalendarMonthRangeValidator.d.ts +34 -0
  355. package/oj-c/types/input-month-mask/index.d.ts +2 -0
  356. package/oj-c/types/input-month-mask/input-month-mask.d.ts +184 -0
  357. package/oj-c/types/input-month-mask/useImplicitCalendarMonthRangeValidator.d.ts +13 -0
  358. package/oj-c/types/input-month-mask/useInputMonthMaskPreact.d.ts +39 -0
  359. package/oj-c/types/input-number/useImplicitNumberConverter.d.ts +1 -1
  360. package/oj-c/types/input-sensitive-text/index.d.ts +2 -0
  361. package/oj-c/types/input-sensitive-text/input-sensitive-text.d.ts +199 -0
  362. package/oj-c/types/input-sensitive-text/useInputSensitiveTextPreact.d.ts +41 -0
  363. package/oj-c/types/line-chart/line-chart.d.ts +7 -2
  364. package/oj-c/types/line-chart-item/line-chart-item.d.ts +5 -0
  365. package/oj-c/types/selector-all/selector-all.d.ts +10 -3
  366. package/oj-c/types/split-menu-button/index.d.ts +1 -1
  367. package/oj-c/types/split-menu-button/split-menu-button.d.ts +18 -14
  368. package/oj-c/types/tab-bar-mixed/DataTabBarMixed.d.ts +2 -0
  369. package/oj-c/types/tab-bar-mixed/DataTabBarMixed.types.d.ts +27 -0
  370. package/oj-c/types/tab-bar-mixed/DataTabBarMixedIcon.d.ts +12 -0
  371. package/oj-c/types/tab-bar-mixed/environment.d.ts +1 -0
  372. package/oj-c/types/tab-bar-mixed/index.d.ts +2 -0
  373. package/oj-c/types/tab-bar-mixed/sumBadge.d.ts +6 -0
  374. package/oj-c/types/tab-bar-mixed/tab-bar-mixed.d.ts +104 -0
  375. package/oj-c/types/utils/PRIVATE_ItemsMenu/index.d.ts +1 -1
  376. package/oj-c/types/utils/PRIVATE_ItemsMenu/items-menu.d.ts +3 -2
  377. package/oj-c/types/utils/PRIVATE_chartUtils/axisUtils.d.ts +3 -0
  378. package/oj-c/types/utils/UNSAFE_vizTypes/chartTypes.d.ts +55 -19
  379. package/oj-c/types/utils/UNSAFE_vizTypes/index.d.ts +1 -0
  380. package/oj-c/utils/PRIVATE_ItemsMenu/items-menu.js +7 -5
  381. package/oj-c/utils/PRIVATE_chartUtils/axisUtils.js +24 -0
  382. package/package.json +4 -4
  383. package/webdriver/docs/assets/navigation.js +1 -1
  384. package/webdriver/docs/assets/search.js +1 -1
  385. package/webdriver/docs/classes/ActionCardWebElement.html +1 -1
  386. package/webdriver/docs/classes/AreaChartWebElement.html +19 -8
  387. package/webdriver/docs/classes/AvatarWebElement.html +1 -1
  388. package/webdriver/docs/classes/ButtonWebElement.html +1 -1
  389. package/webdriver/docs/classes/CheckboxWebElement.html +1 -1
  390. package/webdriver/docs/classes/CheckboxsetWebElement.html +1 -1
  391. package/webdriver/docs/classes/CollapsibleWebElement.html +1 -1
  392. package/webdriver/docs/classes/DrawerPopupWebElement.html +1 -1
  393. package/webdriver/docs/classes/FilePickerWebElement.html +1 -1
  394. package/webdriver/docs/classes/FormLayoutWebElement.html +1 -1
  395. package/webdriver/docs/classes/HighlightTextWebElement.html +1 -1
  396. package/webdriver/docs/classes/InputDateMaskWebElement.html +1 -1
  397. package/webdriver/docs/classes/InputDateTextWebElement.html +1 -1
  398. package/webdriver/docs/classes/InputMonthMaskWebElement.html +211 -0
  399. package/webdriver/docs/classes/InputNumberWebElement.html +1 -1
  400. package/webdriver/docs/classes/InputPasswordWebElement.html +2 -2
  401. package/webdriver/docs/classes/InputSensitiveTextWebElement.html +215 -0
  402. package/webdriver/docs/classes/InputTextWebElement.html +1 -1
  403. package/webdriver/docs/classes/LabelledLinkWebElement.html +1 -1
  404. package/webdriver/docs/classes/LegendWebElement.html +1 -1
  405. package/webdriver/docs/classes/LineChartWebElement.html +12 -6
  406. package/webdriver/docs/classes/ListItemLayoutWebElement.html +1 -1
  407. package/webdriver/docs/classes/ListViewWebElement.html +1 -1
  408. package/webdriver/docs/classes/MenuButtonWebElement.html +1 -1
  409. package/webdriver/docs/classes/MessageBannerWebElement.html +1 -1
  410. package/webdriver/docs/classes/MessageToastWebElement.html +1 -1
  411. package/webdriver/docs/classes/MeterBarWebElement.html +1 -1
  412. package/webdriver/docs/classes/MeterCircleWebElement.html +1 -1
  413. package/webdriver/docs/classes/ProgressBarWebElement.html +1 -1
  414. package/webdriver/docs/classes/ProgressCircleWebElement.html +1 -1
  415. package/webdriver/docs/classes/RadiosetWebElement.html +1 -1
  416. package/webdriver/docs/classes/RatingGaugeWebElement.html +1 -1
  417. package/webdriver/docs/classes/SelectMultipleWebElement.html +1 -1
  418. package/webdriver/docs/classes/SelectSingleWebElement.html +1 -1
  419. package/webdriver/docs/classes/SelectionCardWebElement.html +1 -1
  420. package/webdriver/docs/classes/SelectorAllWebElement.html +6 -2
  421. package/webdriver/docs/classes/SelectorWebElement.html +1 -1
  422. package/webdriver/docs/classes/SplitMenuButtonWebElement.html +7 -3
  423. package/webdriver/docs/classes/TabBarMixedWebElement.html +139 -0
  424. package/webdriver/docs/classes/TagCloudWebElement.html +1 -1
  425. package/webdriver/docs/classes/TextAreaWebElement.html +1 -1
  426. package/webdriver/docs/functions/findActionCard.html +1 -1
  427. package/webdriver/docs/functions/findAreaChart.html +1 -1
  428. package/webdriver/docs/functions/findAvatar.html +1 -1
  429. package/webdriver/docs/functions/findButton.html +1 -1
  430. package/webdriver/docs/functions/findCheckbox.html +1 -1
  431. package/webdriver/docs/functions/findCheckboxset.html +1 -1
  432. package/webdriver/docs/functions/findCollapsible.html +1 -1
  433. package/webdriver/docs/functions/findDrawerPopup.html +1 -1
  434. package/webdriver/docs/functions/findFilePicker.html +1 -1
  435. package/webdriver/docs/functions/findFormLayout.html +1 -1
  436. package/webdriver/docs/functions/findHighlightText.html +1 -1
  437. package/webdriver/docs/functions/findInputDateMask.html +1 -1
  438. package/webdriver/docs/functions/findInputDateText.html +1 -1
  439. package/webdriver/docs/functions/findInputMonthMask.html +8 -0
  440. package/webdriver/docs/functions/findInputNumber.html +1 -1
  441. package/webdriver/docs/functions/findInputPassword.html +1 -1
  442. package/webdriver/docs/functions/findInputSensitiveText.html +8 -0
  443. package/webdriver/docs/functions/findInputText.html +1 -1
  444. package/webdriver/docs/functions/findLabelledLink.html +1 -1
  445. package/webdriver/docs/functions/findLegend.html +1 -1
  446. package/webdriver/docs/functions/findLineChart.html +1 -1
  447. package/webdriver/docs/functions/findListItemLayout.html +1 -1
  448. package/webdriver/docs/functions/findListView.html +1 -1
  449. package/webdriver/docs/functions/findMenuButton.html +1 -1
  450. package/webdriver/docs/functions/findMessageBanner.html +1 -1
  451. package/webdriver/docs/functions/findMessageToast.html +1 -1
  452. package/webdriver/docs/functions/findMeterBar.html +1 -1
  453. package/webdriver/docs/functions/findMeterCircle.html +1 -1
  454. package/webdriver/docs/functions/findProgressBar.html +1 -1
  455. package/webdriver/docs/functions/findProgressCircle.html +1 -1
  456. package/webdriver/docs/functions/findRadioset.html +1 -1
  457. package/webdriver/docs/functions/findRatingGauge.html +1 -1
  458. package/webdriver/docs/functions/findSelectMultiple.html +1 -1
  459. package/webdriver/docs/functions/findSelectSingle.html +1 -1
  460. package/webdriver/docs/functions/findSelectionCard.html +1 -1
  461. package/webdriver/docs/functions/findSelector.html +1 -1
  462. package/webdriver/docs/functions/findSelectorAll.html +1 -1
  463. package/webdriver/docs/functions/findSplitMenuButton.html +1 -1
  464. package/webdriver/docs/functions/findTabBarMixed.html +8 -0
  465. package/webdriver/docs/functions/findTagCloud.html +1 -1
  466. package/webdriver/docs/functions/findTextArea.html +1 -1
  467. package/webdriver/docs/index.html +1 -1
  468. package/webdriver/docs/modules.html +7 -1
  469. package/webdriver/index.d.ts +3 -0
  470. package/webdriver/index.js +3 -0
  471. package/webdriver/index.js.map +1 -1
  472. package/webdriver/index.ts +3 -0
@@ -18,11 +18,11 @@
18
18
  <body>
19
19
 
20
20
 
21
- <nav id="nav" data-current-item="navItem69">
21
+ <nav id="nav" data-current-item="navItem74">
22
22
 
23
23
  <h2>Oracle® JET</h2>
24
24
  <h2>Core Pack Components</h2>
25
- <h3>16.0.6</h3>
25
+ <h3>16.1.1</h3>
26
26
 
27
27
  <div class="deprecation-checkboxes" style="display: none">
28
28
  <ul style="list-style: none; display: none;">
@@ -42,148 +42,157 @@
42
42
  <label for="elements">Elements</label>
43
43
  <input type="radio" id="modules_rb" name="toggle" value="Modules">
44
44
  <label for="modules">Modules</label><br>
45
- </div></li><li id="nav_elements" style="display: none"><h3 id="navElements">Elements</h3><ul class="subList"><li id="navItem0"><a href="oj-c.ActionCard.html">&lt;oj-c-action-card></a></li><li id="navItem1"><a href="oj-c.AreaChart.html">&lt;oj-c-area-chart></a></li><li id="navItem2"><a href="oj-c.AreaChartGroup.html">&lt;oj-c-area-chart-group></a></li><li id="navItem3"><a href="oj-c.AreaChartItem.html">&lt;oj-c-area-chart-item></a></li><li id="navItem4"><a href="oj-c.AreaChartSeries.html">&lt;oj-c-area-chart-series></a></li><li class="deprecated-hidden" id="navItem5"><a href="oj-c.Avatar.html">&lt;oj-c-avatar></a></li><li class="deprecated-hidden" id="navItem6"><a href="oj-c.Button.html">&lt;oj-c-button></a></li><li id="navItem7"><a href="oj-c.Checkbox.html">&lt;oj-c-checkbox></a></li><li class="deprecated-hidden" id="navItem8"><a href="oj-c.Checkboxset.html">&lt;oj-c-checkboxset></a></li><li id="navItem9"><a href="oj-c.Collapsible.html">&lt;oj-c-collapsible></a></li><li id="navItem10"><a href="oj-c.DrawerPopup.html">&lt;oj-c-drawer-popup></a></li><li class="deprecated-hidden" id="navItem11"><a href="oj-c.FilePicker.html">&lt;oj-c-file-picker></a></li><li id="navItem12"><a href="oj-c.FormLayout.html">&lt;oj-c-form-layout></a></li><li class="deprecated-hidden" id="navItem13"><a href="oj-c.HighlightText.html">&lt;oj-c-highlight-text></a></li><li id="navItem14"><a href="oj-c.InputDateMask.html">&lt;oj-c-input-date-mask></a></li><li id="navItem15"><a href="oj-c.InputDateText.html">&lt;oj-c-input-date-text></a></li><li class="deprecated-hidden" id="navItem16"><a href="oj-c.InputNumber.html">&lt;oj-c-input-number></a></li><li class="deprecated-hidden" id="navItem17"><a href="oj-c.InputPassword.html">&lt;oj-c-input-password></a></li><li class="deprecated-hidden" id="navItem18"><a href="oj-c.InputText.html">&lt;oj-c-input-text></a></li><li id="navItem19"><a href="oj-c.LabelledLink.html">&lt;oj-c-labelled-link></a></li><li id="navItem20"><a href="oj-c.Legend.html">&lt;oj-c-legend></a></li><li id="navItem21"><a href="oj-c.LegendItem.html">&lt;oj-c-legend-item></a></li><li id="navItem22"><a href="oj-c.LegendSection.html">&lt;oj-c-legend-section></a></li><li id="navItem23"><a href="oj-c.LineChart.html">&lt;oj-c-line-chart></a></li><li id="navItem24"><a href="oj-c.LineChartGroup.html">&lt;oj-c-line-chart-group></a></li><li id="navItem25"><a href="oj-c.LineChartItem.html">&lt;oj-c-line-chart-item></a></li><li id="navItem26"><a href="oj-c.LineChartSeries.html">&lt;oj-c-line-chart-series></a></li><li class="deprecated-hidden" id="navItem27"><a href="oj-c.ListItemLayout.html">&lt;oj-c-list-item-layout></a></li><li id="navItem28"><a href="oj-c.ListView.html">&lt;oj-c-list-view></a></li><li class="deprecated-hidden" id="navItem29"><a href="oj-c.MenuButton.html">&lt;oj-c-menu-button></a></li><li class="deprecated-hidden" id="navItem30"><a href="oj-c.MessageBanner.html">&lt;oj-c-message-banner></a></li><li class="deprecated-hidden" id="navItem31"><a href="oj-c.MessageToast.html">&lt;oj-c-message-toast></a></li><li class="deprecated-hidden" id="navItem32"><a href="oj-c.MeterBar.html">&lt;oj-c-meter-bar></a></li><li class="deprecated-hidden" id="navItem33"><a href="oj-c.MeterCircle.html">&lt;oj-c-meter-circle></a></li><li class="deprecated-hidden" id="navItem34"><a href="oj-c.ProgressBar.html">&lt;oj-c-progress-bar></a></li><li class="deprecated-hidden" id="navItem35"><a href="oj-c.ProgressCircle.html">&lt;oj-c-progress-circle></a></li><li class="deprecated-hidden" id="navItem36"><a href="oj-c.Radioset.html">&lt;oj-c-radioset></a></li><li class="deprecated-hidden" id="navItem37"><a href="oj-c.RatingGauge.html">&lt;oj-c-rating-gauge></a></li><li class="deprecated-hidden" id="navItem38"><a href="oj-c.SelectMultiple.html">&lt;oj-c-select-multiple></a></li><li class="deprecated-hidden" id="navItem39"><a href="oj-c.Selector.html">&lt;oj-c-selector></a></li><li class="deprecated-hidden" id="navItem40"><a href="oj-c.SelectorAll.html">&lt;oj-c-selector-all></a></li><li id="navItem41"><a href="oj-c.SelectSingle.html">&lt;oj-c-select-single></a></li><li id="navItem42"><a href="oj-c.SplitMenuButton.html">&lt;oj-c-split-menu-button></a></li><li id="navItem43"><a href="oj-c.TagCloud.html">&lt;oj-c-tag-cloud></a></li><li id="navItem44"><a href="oj-c.TagCloudItem.html">&lt;oj-c-tag-cloud-item></a></li><li class="deprecated-hidden" id="navItem45"><a href="oj-c.TextArea.html">&lt;oj-c-text-area></a></li></ul></li><li id="nav_modules" style="display: none"><h3 id="navElements">Modules</h3><ul class="subList_lev2"><li class="module">
45
+ </div></li><li id="nav_elements" style="display: none"><h3 id="navElements">Elements</h3><ul class="subList"><li id="navItem0"><a href="oj-c.ActionCard.html">&lt;oj-c-action-card></a></li><li id="navItem1"><a href="oj-c.AreaChart.html">&lt;oj-c-area-chart></a></li><li id="navItem2"><a href="oj-c.AreaChartGroup.html">&lt;oj-c-area-chart-group></a></li><li id="navItem3"><a href="oj-c.AreaChartItem.html">&lt;oj-c-area-chart-item></a></li><li id="navItem4"><a href="oj-c.AreaChartSeries.html">&lt;oj-c-area-chart-series></a></li><li class="deprecated-hidden" id="navItem5"><a href="oj-c.Avatar.html">&lt;oj-c-avatar></a></li><li class="deprecated-hidden" id="navItem6"><a href="oj-c.Button.html">&lt;oj-c-button></a></li><li id="navItem7"><a href="oj-c.Checkbox.html">&lt;oj-c-checkbox></a></li><li class="deprecated-hidden" id="navItem8"><a href="oj-c.Checkboxset.html">&lt;oj-c-checkboxset></a></li><li id="navItem9"><a href="oj-c.Collapsible.html">&lt;oj-c-collapsible></a></li><li id="navItem10"><a href="oj-c.DrawerPopup.html">&lt;oj-c-drawer-popup></a></li><li class="deprecated-hidden" id="navItem11"><a href="oj-c.FilePicker.html">&lt;oj-c-file-picker></a></li><li id="navItem12"><a href="oj-c.FormLayout.html">&lt;oj-c-form-layout></a></li><li class="deprecated-hidden" id="navItem13"><a href="oj-c.HighlightText.html">&lt;oj-c-highlight-text></a></li><li id="navItem14"><a href="oj-c.InputDateMask.html">&lt;oj-c-input-date-mask></a></li><li id="navItem15"><a href="oj-c.InputDateText.html">&lt;oj-c-input-date-text></a></li><li id="navItem16"><a href="oj-c.InputMonthMask.html">&lt;oj-c-input-month-mask></a></li><li class="deprecated-hidden" id="navItem17"><a href="oj-c.InputNumber.html">&lt;oj-c-input-number></a></li><li class="deprecated-hidden" id="navItem18"><a href="oj-c.InputPassword.html">&lt;oj-c-input-password></a></li><li id="navItem19"><a href="oj-c.InputSensitiveText.html">&lt;oj-c-input-sensitive-text></a></li><li class="deprecated-hidden" id="navItem20"><a href="oj-c.InputText.html">&lt;oj-c-input-text></a></li><li id="navItem21"><a href="oj-c.LabelledLink.html">&lt;oj-c-labelled-link></a></li><li id="navItem22"><a href="oj-c.Legend.html">&lt;oj-c-legend></a></li><li id="navItem23"><a href="oj-c.LegendItem.html">&lt;oj-c-legend-item></a></li><li id="navItem24"><a href="oj-c.LegendSection.html">&lt;oj-c-legend-section></a></li><li id="navItem25"><a href="oj-c.LineChart.html">&lt;oj-c-line-chart></a></li><li id="navItem26"><a href="oj-c.LineChartGroup.html">&lt;oj-c-line-chart-group></a></li><li id="navItem27"><a href="oj-c.LineChartItem.html">&lt;oj-c-line-chart-item></a></li><li id="navItem28"><a href="oj-c.LineChartSeries.html">&lt;oj-c-line-chart-series></a></li><li class="deprecated-hidden" id="navItem29"><a href="oj-c.ListItemLayout.html">&lt;oj-c-list-item-layout></a></li><li id="navItem30"><a href="oj-c.ListView.html">&lt;oj-c-list-view></a></li><li class="deprecated-hidden" id="navItem31"><a href="oj-c.MenuButton.html">&lt;oj-c-menu-button></a></li><li class="deprecated-hidden" id="navItem32"><a href="oj-c.MessageBanner.html">&lt;oj-c-message-banner></a></li><li class="deprecated-hidden" id="navItem33"><a href="oj-c.MessageToast.html">&lt;oj-c-message-toast></a></li><li class="deprecated-hidden" id="navItem34"><a href="oj-c.MeterBar.html">&lt;oj-c-meter-bar></a></li><li class="deprecated-hidden" id="navItem35"><a href="oj-c.MeterCircle.html">&lt;oj-c-meter-circle></a></li><li class="deprecated-hidden" id="navItem36"><a href="oj-c.ProgressBar.html">&lt;oj-c-progress-bar></a></li><li class="deprecated-hidden" id="navItem37"><a href="oj-c.ProgressCircle.html">&lt;oj-c-progress-circle></a></li><li class="deprecated-hidden" id="navItem38"><a href="oj-c.Radioset.html">&lt;oj-c-radioset></a></li><li class="deprecated-hidden" id="navItem39"><a href="oj-c.RatingGauge.html">&lt;oj-c-rating-gauge></a></li><li class="deprecated-hidden" id="navItem40"><a href="oj-c.SelectMultiple.html">&lt;oj-c-select-multiple></a></li><li class="deprecated-hidden" id="navItem41"><a href="oj-c.Selector.html">&lt;oj-c-selector></a></li><li class="deprecated-hidden" id="navItem42"><a href="oj-c.SelectorAll.html">&lt;oj-c-selector-all></a></li><li id="navItem43"><a href="oj-c.SelectSingle.html">&lt;oj-c-select-single></a></li><li id="navItem44"><a href="oj-c.SplitMenuButton.html">&lt;oj-c-split-menu-button></a></li><li id="navItem45"><a href="oj-c.TabBarMixed.html">&lt;oj-c-tab-bar-mixed></a></li><li id="navItem46"><a href="oj-c.TagCloud.html">&lt;oj-c-tag-cloud></a></li><li id="navItem47"><a href="oj-c.TagCloudItem.html">&lt;oj-c-tag-cloud-item></a></li><li class="deprecated-hidden" id="navItem48"><a href="oj-c.TextArea.html">&lt;oj-c-text-area></a></li></ul></li><li id="nav_modules" style="display: none"><h3 id="navElements">Modules</h3><ul class="subList_lev2"><li class="module">
46
46
  <div id="action-card" class="module_element">
47
47
  <a href="action-card.html">action-card</a>
48
- </div><ul class="subList_lev3"><li id="navItem46"><a href="oj-c.ActionCard.html">&lt;oj-c-action-card></a></li></ul></li><li class="module">
48
+ </div><ul class="subList_lev3"><li id="navItem49"><a href="oj-c.ActionCard.html">&lt;oj-c-action-card></a></li></ul></li><li class="module">
49
49
  <div id="area-chart" class="module_element">
50
50
  <a href="area-chart.html">area-chart</a>
51
- </div><ul class="subList_lev3"><li id="navItem47"><a href="oj-c.AreaChart.html">&lt;oj-c-area-chart></a></li></ul></li><li class="module">
51
+ </div><ul class="subList_lev3"><li id="navItem50"><a href="oj-c.AreaChart.html">&lt;oj-c-area-chart></a></li></ul></li><li class="module">
52
52
  <div id="area-chart-group" class="module_element">
53
53
  <a href="area-chart-group.html">area-chart-group</a>
54
- </div><ul class="subList_lev3"><li id="navItem48"><a href="oj-c.AreaChartGroup.html">&lt;oj-c-area-chart-group></a></li></ul></li><li class="module">
54
+ </div><ul class="subList_lev3"><li id="navItem51"><a href="oj-c.AreaChartGroup.html">&lt;oj-c-area-chart-group></a></li></ul></li><li class="module">
55
55
  <div id="area-chart-item" class="module_element">
56
56
  <a href="area-chart-item.html">area-chart-item</a>
57
- </div><ul class="subList_lev3"><li id="navItem49"><a href="oj-c.AreaChartItem.html">&lt;oj-c-area-chart-item></a></li></ul></li><li class="module">
57
+ </div><ul class="subList_lev3"><li id="navItem52"><a href="oj-c.AreaChartItem.html">&lt;oj-c-area-chart-item></a></li></ul></li><li class="module">
58
58
  <div id="area-chart-series" class="module_element">
59
59
  <a href="area-chart-series.html">area-chart-series</a>
60
- </div><ul class="subList_lev3"><li id="navItem50"><a href="oj-c.AreaChartSeries.html">&lt;oj-c-area-chart-series></a></li></ul></li><li class="deprecated-hidden">
60
+ </div><ul class="subList_lev3"><li id="navItem53"><a href="oj-c.AreaChartSeries.html">&lt;oj-c-area-chart-series></a></li></ul></li><li class="deprecated-hidden">
61
61
  <div id="avatar" class="module_element">
62
62
  <a href="avatar.html">avatar</a>
63
- </div><ul class="subList_lev3"><li class="deprecated-hidden" id="navItem51"><a href="oj-c.Avatar.html">&lt;oj-c-avatar></a></li></ul></li><li class="deprecated-hidden">
63
+ </div><ul class="subList_lev3"><li class="deprecated-hidden" id="navItem54"><a href="oj-c.Avatar.html">&lt;oj-c-avatar></a></li></ul></li><li class="deprecated-hidden">
64
64
  <div id="button" class="module_element">
65
65
  <a href="button.html">button</a>
66
- </div><ul class="subList_lev3"><li class="deprecated-hidden" id="navItem52"><a href="oj-c.Button.html">&lt;oj-c-button></a></li></ul></li><li class="module">
66
+ </div><ul class="subList_lev3"><li class="deprecated-hidden" id="navItem55"><a href="oj-c.Button.html">&lt;oj-c-button></a></li></ul></li><li class="module">
67
67
  <div id="checkbox" class="module_element">
68
68
  <a href="checkbox.html">checkbox</a>
69
- </div><ul class="subList_lev3"><li id="navItem53"><a href="oj-c.Checkbox.html">&lt;oj-c-checkbox></a></li></ul></li><li class="deprecated-hidden">
69
+ </div><ul class="subList_lev3"><li id="navItem56"><a href="oj-c.Checkbox.html">&lt;oj-c-checkbox></a></li></ul></li><li class="deprecated-hidden">
70
70
  <div id="checkboxset" class="module_element">
71
71
  <a href="checkboxset.html">checkboxset</a>
72
- </div><ul class="subList_lev3"><li class="deprecated-hidden" id="navItem54"><a href="oj-c.Checkboxset.html">&lt;oj-c-checkboxset></a></li></ul></li><li class="module">
72
+ </div><ul class="subList_lev3"><li class="deprecated-hidden" id="navItem57"><a href="oj-c.Checkboxset.html">&lt;oj-c-checkboxset></a></li></ul></li><li class="module">
73
73
  <div id="collapsible" class="module_element">
74
74
  <a href="collapsible.html">collapsible</a>
75
- </div><ul class="subList_lev3"><li id="navItem55"><a href="oj-c.Collapsible.html">&lt;oj-c-collapsible></a></li></ul></li><li class="module">
75
+ </div><ul class="subList_lev3"><li id="navItem58"><a href="oj-c.Collapsible.html">&lt;oj-c-collapsible></a></li></ul></li><li class="module">
76
76
  <div id="drawer-popup" class="module_element">
77
77
  <a href="drawer-popup.html">drawer-popup</a>
78
- </div><ul class="subList_lev3"><li id="navItem56"><a href="oj-c.DrawerPopup.html">&lt;oj-c-drawer-popup></a></li></ul></li><li class="deprecated-hidden">
78
+ </div><ul class="subList_lev3"><li id="navItem59"><a href="oj-c.DrawerPopup.html">&lt;oj-c-drawer-popup></a></li></ul></li><li class="deprecated-hidden">
79
79
  <div id="file-picker" class="module_element">
80
80
  <a href="file-picker.html">file-picker</a>
81
- </div><ul class="subList_lev3"><li class="deprecated-hidden" id="navItem57"><a href="oj-c.FilePicker.html">&lt;oj-c-file-picker></a></li></ul></li><li class="module">
81
+ </div><ul class="subList_lev3"><li class="deprecated-hidden" id="navItem60"><a href="oj-c.FilePicker.html">&lt;oj-c-file-picker></a></li></ul></li><li class="module">
82
82
  <div id="form-layout" class="module_element">
83
83
  <a href="form-layout.html">form-layout</a>
84
- </div><ul class="subList_lev3"><li id="navItem58"><a href="oj-c.FormLayout.html">&lt;oj-c-form-layout></a></li></ul></li><li class="deprecated-hidden">
84
+ </div><ul class="subList_lev3"><li id="navItem61"><a href="oj-c.FormLayout.html">&lt;oj-c-form-layout></a></li></ul></li><li class="deprecated-hidden">
85
85
  <div id="highlight-text" class="module_element">
86
86
  <a href="highlight-text.html">highlight-text</a>
87
- </div><ul class="subList_lev3"><li class="deprecated-hidden" id="navItem59"><a href="oj-c.HighlightText.html">&lt;oj-c-highlight-text></a></li></ul></li><li class="module">
87
+ </div><ul class="subList_lev3"><li class="deprecated-hidden" id="navItem62"><a href="oj-c.HighlightText.html">&lt;oj-c-highlight-text></a></li></ul></li><li class="module">
88
88
  <div id="input-date-mask" class="module_element">
89
89
  <a href="input-date-mask.html">input-date-mask</a>
90
- </div><ul class="subList_lev3"><li id="navItem60"><a href="oj-c.InputDateMask.html">&lt;oj-c-input-date-mask></a></li></ul></li><li class="module">
90
+ </div><ul class="subList_lev3"><li id="navItem63"><a href="oj-c.InputDateMask.html">&lt;oj-c-input-date-mask></a></li></ul></li><li class="module">
91
91
  <div id="input-date-text" class="module_element">
92
92
  <a href="input-date-text.html">input-date-text</a>
93
- </div><ul class="subList_lev3"><li id="navItem61"><a href="oj-c.InputDateText.html">&lt;oj-c-input-date-text></a></li></ul></li><li class="deprecated-hidden">
93
+ </div><ul class="subList_lev3"><li id="navItem64"><a href="oj-c.InputDateText.html">&lt;oj-c-input-date-text></a></li></ul></li><li class="module">
94
+ <div id="input-month-mask" class="module_element">
95
+ <a href="input-month-mask.html">input-month-mask</a>
96
+ </div><ul class="subList_lev3"><li id="navItem65"><a href="oj-c.InputMonthMask.html">&lt;oj-c-input-month-mask></a></li></ul></li><li class="deprecated-hidden">
94
97
  <div id="input-number" class="module_element">
95
98
  <a href="input-number.html">input-number</a>
96
- </div><ul class="subList_lev3"><li class="deprecated-hidden" id="navItem62"><a href="oj-c.InputNumber.html">&lt;oj-c-input-number></a></li></ul></li><li class="deprecated-hidden">
99
+ </div><ul class="subList_lev3"><li class="deprecated-hidden" id="navItem66"><a href="oj-c.InputNumber.html">&lt;oj-c-input-number></a></li></ul></li><li class="deprecated-hidden">
97
100
  <div id="input-password" class="module_element">
98
101
  <a href="input-password.html">input-password</a>
99
- </div><ul class="subList_lev3"><li class="deprecated-hidden" id="navItem63"><a href="oj-c.InputPassword.html">&lt;oj-c-input-password></a></li></ul></li><li class="deprecated-hidden">
102
+ </div><ul class="subList_lev3"><li class="deprecated-hidden" id="navItem67"><a href="oj-c.InputPassword.html">&lt;oj-c-input-password></a></li></ul></li><li class="module">
103
+ <div id="input-sensitive-text" class="module_element">
104
+ <a href="input-sensitive-text.html">input-sensitive-text</a>
105
+ </div><ul class="subList_lev3"><li id="navItem68"><a href="oj-c.InputSensitiveText.html">&lt;oj-c-input-sensitive-text></a></li></ul></li><li class="deprecated-hidden">
100
106
  <div id="input-text" class="module_element">
101
107
  <a href="input-text.html">input-text</a>
102
- </div><ul class="subList_lev3"><li class="deprecated-hidden" id="navItem64"><a href="oj-c.InputText.html">&lt;oj-c-input-text></a></li></ul></li><li class="module">
108
+ </div><ul class="subList_lev3"><li class="deprecated-hidden" id="navItem69"><a href="oj-c.InputText.html">&lt;oj-c-input-text></a></li></ul></li><li class="module">
103
109
  <div id="labelled-link" class="module_element">
104
110
  <a href="labelled-link.html">labelled-link</a>
105
- </div><ul class="subList_lev3"><li id="navItem65"><a href="oj-c.LabelledLink.html">&lt;oj-c-labelled-link></a></li></ul></li><li class="module">
111
+ </div><ul class="subList_lev3"><li id="navItem70"><a href="oj-c.LabelledLink.html">&lt;oj-c-labelled-link></a></li></ul></li><li class="module">
106
112
  <div id="legend" class="module_element">
107
113
  <a href="legend.html">legend</a>
108
- </div><ul class="subList_lev3"><li id="navItem66"><a href="oj-c.Legend.html">&lt;oj-c-legend></a></li></ul></li><li class="module">
114
+ </div><ul class="subList_lev3"><li id="navItem71"><a href="oj-c.Legend.html">&lt;oj-c-legend></a></li></ul></li><li class="module">
109
115
  <div id="legend-item" class="module_element">
110
116
  <a href="legend-item.html">legend-item</a>
111
- </div><ul class="subList_lev3"><li id="navItem67"><a href="oj-c.LegendItem.html">&lt;oj-c-legend-item></a></li></ul></li><li class="module">
117
+ </div><ul class="subList_lev3"><li id="navItem72"><a href="oj-c.LegendItem.html">&lt;oj-c-legend-item></a></li></ul></li><li class="module">
112
118
  <div id="legend-section" class="module_element">
113
119
  <a href="legend-section.html">legend-section</a>
114
- </div><ul class="subList_lev3"><li id="navItem68"><a href="oj-c.LegendSection.html">&lt;oj-c-legend-section></a></li></ul></li><li class="module">
120
+ </div><ul class="subList_lev3"><li id="navItem73"><a href="oj-c.LegendSection.html">&lt;oj-c-legend-section></a></li></ul></li><li class="module">
115
121
  <div id="line-chart" class="module_element">
116
122
  <a href="line-chart.html">line-chart</a>
117
- </div><ul class="subList_lev3"><li id="navItem69"><a href="oj-c.LineChart.html">&lt;oj-c-line-chart></a></li></ul></li><li class="module">
123
+ </div><ul class="subList_lev3"><li id="navItem74"><a href="oj-c.LineChart.html">&lt;oj-c-line-chart></a></li></ul></li><li class="module">
118
124
  <div id="line-chart-group" class="module_element">
119
125
  <a href="line-chart-group.html">line-chart-group</a>
120
- </div><ul class="subList_lev3"><li id="navItem70"><a href="oj-c.LineChartGroup.html">&lt;oj-c-line-chart-group></a></li></ul></li><li class="module">
126
+ </div><ul class="subList_lev3"><li id="navItem75"><a href="oj-c.LineChartGroup.html">&lt;oj-c-line-chart-group></a></li></ul></li><li class="module">
121
127
  <div id="line-chart-item" class="module_element">
122
128
  <a href="line-chart-item.html">line-chart-item</a>
123
- </div><ul class="subList_lev3"><li id="navItem71"><a href="oj-c.LineChartItem.html">&lt;oj-c-line-chart-item></a></li></ul></li><li class="module">
129
+ </div><ul class="subList_lev3"><li id="navItem76"><a href="oj-c.LineChartItem.html">&lt;oj-c-line-chart-item></a></li></ul></li><li class="module">
124
130
  <div id="line-chart-series" class="module_element">
125
131
  <a href="line-chart-series.html">line-chart-series</a>
126
- </div><ul class="subList_lev3"><li id="navItem72"><a href="oj-c.LineChartSeries.html">&lt;oj-c-line-chart-series></a></li></ul></li><li class="deprecated-hidden">
132
+ </div><ul class="subList_lev3"><li id="navItem77"><a href="oj-c.LineChartSeries.html">&lt;oj-c-line-chart-series></a></li></ul></li><li class="deprecated-hidden">
127
133
  <div id="list-item-layout" class="module_element">
128
134
  <a href="list-item-layout.html">list-item-layout</a>
129
- </div><ul class="subList_lev3"><li class="deprecated-hidden" id="navItem73"><a href="oj-c.ListItemLayout.html">&lt;oj-c-list-item-layout></a></li></ul></li><li class="module">
135
+ </div><ul class="subList_lev3"><li class="deprecated-hidden" id="navItem78"><a href="oj-c.ListItemLayout.html">&lt;oj-c-list-item-layout></a></li></ul></li><li class="module">
130
136
  <div id="list-view" class="module_element">
131
137
  <a href="list-view.html">list-view</a>
132
- </div><ul class="subList_lev3"><li id="navItem74"><a href="oj-c.ListView.html">&lt;oj-c-list-view></a></li></ul></li><li class="deprecated-hidden">
138
+ </div><ul class="subList_lev3"><li id="navItem79"><a href="oj-c.ListView.html">&lt;oj-c-list-view></a></li></ul></li><li class="deprecated-hidden">
133
139
  <div id="menu-button" class="module_element">
134
140
  <a href="menu-button.html">menu-button</a>
135
- </div><ul class="subList_lev3"><li class="deprecated-hidden" id="navItem75"><a href="oj-c.MenuButton.html">&lt;oj-c-menu-button></a></li></ul></li><li class="deprecated-hidden">
141
+ </div><ul class="subList_lev3"><li class="deprecated-hidden" id="navItem80"><a href="oj-c.MenuButton.html">&lt;oj-c-menu-button></a></li></ul></li><li class="deprecated-hidden">
136
142
  <div id="message-banner" class="module_element">
137
143
  <a href="message-banner.html">message-banner</a>
138
- </div><ul class="subList_lev3"><li class="deprecated-hidden" id="navItem76"><a href="oj-c.MessageBanner.html">&lt;oj-c-message-banner></a></li></ul></li><li class="deprecated-hidden">
144
+ </div><ul class="subList_lev3"><li class="deprecated-hidden" id="navItem81"><a href="oj-c.MessageBanner.html">&lt;oj-c-message-banner></a></li></ul></li><li class="deprecated-hidden">
139
145
  <div id="message-toast" class="module_element">
140
146
  <a href="message-toast.html">message-toast</a>
141
- </div><ul class="subList_lev3"><li class="deprecated-hidden" id="navItem77"><a href="oj-c.MessageToast.html">&lt;oj-c-message-toast></a></li></ul></li><li class="deprecated-hidden">
147
+ </div><ul class="subList_lev3"><li class="deprecated-hidden" id="navItem82"><a href="oj-c.MessageToast.html">&lt;oj-c-message-toast></a></li></ul></li><li class="deprecated-hidden">
142
148
  <div id="meter-bar" class="module_element">
143
149
  <a href="meter-bar.html">meter-bar</a>
144
- </div><ul class="subList_lev3"><li class="deprecated-hidden" id="navItem78"><a href="oj-c.MeterBar.html">&lt;oj-c-meter-bar></a></li></ul></li><li class="deprecated-hidden">
150
+ </div><ul class="subList_lev3"><li class="deprecated-hidden" id="navItem83"><a href="oj-c.MeterBar.html">&lt;oj-c-meter-bar></a></li></ul></li><li class="deprecated-hidden">
145
151
  <div id="meter-circle" class="module_element">
146
152
  <a href="meter-circle.html">meter-circle</a>
147
- </div><ul class="subList_lev3"><li class="deprecated-hidden" id="navItem79"><a href="oj-c.MeterCircle.html">&lt;oj-c-meter-circle></a></li></ul></li><li class="deprecated-hidden">
153
+ </div><ul class="subList_lev3"><li class="deprecated-hidden" id="navItem84"><a href="oj-c.MeterCircle.html">&lt;oj-c-meter-circle></a></li></ul></li><li class="deprecated-hidden">
148
154
  <div id="progress-bar" class="module_element">
149
155
  <a href="progress-bar.html">progress-bar</a>
150
- </div><ul class="subList_lev3"><li class="deprecated-hidden" id="navItem80"><a href="oj-c.ProgressBar.html">&lt;oj-c-progress-bar></a></li></ul></li><li class="deprecated-hidden">
156
+ </div><ul class="subList_lev3"><li class="deprecated-hidden" id="navItem85"><a href="oj-c.ProgressBar.html">&lt;oj-c-progress-bar></a></li></ul></li><li class="deprecated-hidden">
151
157
  <div id="progress-circle" class="module_element">
152
158
  <a href="progress-circle.html">progress-circle</a>
153
- </div><ul class="subList_lev3"><li class="deprecated-hidden" id="navItem81"><a href="oj-c.ProgressCircle.html">&lt;oj-c-progress-circle></a></li></ul></li><li class="deprecated-hidden">
159
+ </div><ul class="subList_lev3"><li class="deprecated-hidden" id="navItem86"><a href="oj-c.ProgressCircle.html">&lt;oj-c-progress-circle></a></li></ul></li><li class="deprecated-hidden">
154
160
  <div id="radioset" class="module_element">
155
161
  <a href="radioset.html">radioset</a>
156
- </div><ul class="subList_lev3"><li class="deprecated-hidden" id="navItem82"><a href="oj-c.Radioset.html">&lt;oj-c-radioset></a></li></ul></li><li class="deprecated-hidden">
162
+ </div><ul class="subList_lev3"><li class="deprecated-hidden" id="navItem87"><a href="oj-c.Radioset.html">&lt;oj-c-radioset></a></li></ul></li><li class="deprecated-hidden">
157
163
  <div id="rating-gauge" class="module_element">
158
164
  <a href="rating-gauge.html">rating-gauge</a>
159
- </div><ul class="subList_lev3"><li class="deprecated-hidden" id="navItem83"><a href="oj-c.RatingGauge.html">&lt;oj-c-rating-gauge></a></li></ul></li><li class="deprecated-hidden">
165
+ </div><ul class="subList_lev3"><li class="deprecated-hidden" id="navItem88"><a href="oj-c.RatingGauge.html">&lt;oj-c-rating-gauge></a></li></ul></li><li class="deprecated-hidden">
160
166
  <div id="select-multiple" class="module_element">
161
167
  <a href="select-multiple.html">select-multiple</a>
162
- </div><ul class="subList_lev3"><li class="deprecated-hidden" id="navItem84"><a href="oj-c.SelectMultiple.html">&lt;oj-c-select-multiple></a></li></ul></li><li class="module">
168
+ </div><ul class="subList_lev3"><li class="deprecated-hidden" id="navItem89"><a href="oj-c.SelectMultiple.html">&lt;oj-c-select-multiple></a></li></ul></li><li class="module">
163
169
  <div id="select-single" class="module_element">
164
170
  <a href="select-single.html">select-single</a>
165
- </div><ul class="subList_lev3"><li id="navItem85"><a href="oj-c.SelectSingle.html">&lt;oj-c-select-single></a></li></ul></li><li class="module">
171
+ </div><ul class="subList_lev3"><li id="navItem90"><a href="oj-c.SelectSingle.html">&lt;oj-c-select-single></a></li></ul></li><li class="module">
166
172
  <div id="selection-card" class="module_element">
167
173
  <a href="selection-card.html">selection-card</a>
168
174
  </div><ul class="subList_lev3"></ul></li><li class="deprecated-hidden">
169
175
  <div id="selector" class="module_element">
170
176
  <a href="selector.html">selector</a>
171
- </div><ul class="subList_lev3"><li class="deprecated-hidden" id="navItem86"><a href="oj-c.Selector.html">&lt;oj-c-selector></a></li></ul></li><li class="deprecated-hidden">
177
+ </div><ul class="subList_lev3"><li class="deprecated-hidden" id="navItem91"><a href="oj-c.Selector.html">&lt;oj-c-selector></a></li></ul></li><li class="deprecated-hidden">
172
178
  <div id="selector-all" class="module_element">
173
179
  <a href="selector-all.html">selector-all</a>
174
- </div><ul class="subList_lev3"><li class="deprecated-hidden" id="navItem87"><a href="oj-c.SelectorAll.html">&lt;oj-c-selector-all></a></li></ul></li><li class="module">
180
+ </div><ul class="subList_lev3"><li class="deprecated-hidden" id="navItem92"><a href="oj-c.SelectorAll.html">&lt;oj-c-selector-all></a></li></ul></li><li class="module">
175
181
  <div id="split-menu-button" class="module_element">
176
182
  <a href="split-menu-button.html">split-menu-button</a>
177
- </div><ul class="subList_lev3"><li id="navItem88"><a href="oj-c.SplitMenuButton.html">&lt;oj-c-split-menu-button></a></li></ul></li><li class="module">
183
+ </div><ul class="subList_lev3"><li id="navItem93"><a href="oj-c.SplitMenuButton.html">&lt;oj-c-split-menu-button></a></li></ul></li><li class="module">
184
+ <div id="tab-bar-mixed" class="module_element">
185
+ <a href="tab-bar-mixed.html">tab-bar-mixed</a>
186
+ </div><ul class="subList_lev3"><li id="navItem94"><a href="oj-c.TabBarMixed.html">&lt;oj-c-tab-bar-mixed></a></li></ul></li><li class="module">
178
187
  <div id="tag-cloud" class="module_element">
179
188
  <a href="tag-cloud.html">tag-cloud</a>
180
- </div><ul class="subList_lev3"><li id="navItem89"><a href="oj-c.TagCloud.html">&lt;oj-c-tag-cloud></a></li></ul></li><li class="module">
189
+ </div><ul class="subList_lev3"><li id="navItem95"><a href="oj-c.TagCloud.html">&lt;oj-c-tag-cloud></a></li></ul></li><li class="module">
181
190
  <div id="tag-cloud-item" class="module_element">
182
191
  <a href="tag-cloud-item.html">tag-cloud-item</a>
183
- </div><ul class="subList_lev3"><li id="navItem90"><a href="oj-c.TagCloudItem.html">&lt;oj-c-tag-cloud-item></a></li></ul></li><li class="deprecated-hidden">
192
+ </div><ul class="subList_lev3"><li id="navItem96"><a href="oj-c.TagCloudItem.html">&lt;oj-c-tag-cloud-item></a></li></ul></li><li class="deprecated-hidden">
184
193
  <div id="text-area" class="module_element">
185
194
  <a href="text-area.html">text-area</a>
186
- </div><ul class="subList_lev3"><li class="deprecated-hidden" id="navItem91"><a href="oj-c.TextArea.html">&lt;oj-c-text-area></a></li></ul></li></ul></li></ul>
195
+ </div><ul class="subList_lev3"><li class="deprecated-hidden" id="navItem97"><a href="oj-c.TextArea.html">&lt;oj-c-text-area></a></li></ul></li></ul></li></ul>
187
196
  </nav>
188
197
 
189
198
  <div id="main">
@@ -195,7 +204,7 @@
195
204
 
196
205
  <p class="product-docs-header">
197
206
  <span style="font-weight:bold">Oracle® JavaScript Extension Toolkit (JET)<br>
198
- 16.0.6</span><br>
207
+ 16.1.1</span><br>
199
208
  </p>
200
209
 
201
210
 
@@ -302,6 +311,10 @@
302
311
 
303
312
  <li><div><a href="#stack">stack</a></div>
304
313
 
314
+ </li>
315
+
316
+ <li><div><a href="#timeAxisType">time-axis-type</a></div>
317
+
305
318
  </li>
306
319
 
307
320
  <li><div><a href="#valueFormats"><b>value-formats</b></a></div>
@@ -1675,6 +1688,10 @@ If groupComparator(a, b) is greater than 0, chart group b comes before chart gro
1675
1688
 
1676
1689
  <dd class="">
1677
1690
 
1691
+ <div class="description">
1692
+ An array of category strings used for filtering. Series or data items with any category matching an item in this array will be filtered.
1693
+ </div>
1694
+
1678
1695
 
1679
1696
 
1680
1697
 
@@ -1751,7 +1768,7 @@ If groupComparator(a, b) is greater than 0, chart group b comes before chart gro
1751
1768
 
1752
1769
  <h4 id="hideAndShowBehavior" class="name">
1753
1770
 
1754
- <span class="type-signature"></span>hide-and-show-behavior<span class="type-signature"> :"none"|"withoutRescale"|"withRescale"</span>
1771
+ <span class="type-signature"></span>hide-and-show-behavior<span class="type-signature"> :"withRescale"|"withoutRescale"|"none"</span>
1755
1772
  <a class="bookmarkable-link" title="Bookmarkable Link" href="#hideAndShowBehavior"></a>
1756
1773
 
1757
1774
  </h4>
@@ -1773,6 +1790,85 @@ If groupComparator(a, b) is greater than 0, chart group b comes before chart gro
1773
1790
 
1774
1791
 
1775
1792
 
1793
+ <h5 class="subsection-title">Supported Values:</h5>
1794
+
1795
+ <dl>
1796
+
1797
+ <table class="props">
1798
+ <thead>
1799
+ <tr>
1800
+
1801
+ <th>Value</th>
1802
+
1803
+
1804
+
1805
+
1806
+
1807
+
1808
+
1809
+ <th class="last">Description</th>
1810
+
1811
+ </tr>
1812
+ </thead>
1813
+
1814
+ <tbody>
1815
+
1816
+
1817
+ <tr>
1818
+
1819
+ <td class="name"><code>none</code></td>
1820
+
1821
+
1822
+
1823
+
1824
+
1825
+
1826
+
1827
+ <td class="description last">No hide and show behavior.
1828
+ </td>
1829
+
1830
+ </tr>
1831
+
1832
+
1833
+
1834
+ <tr>
1835
+
1836
+ <td class="name"><code>withRescale</code></td>
1837
+
1838
+
1839
+
1840
+
1841
+
1842
+
1843
+
1844
+ <td class="description last">Rescaling of y axis when items are hidden.
1845
+ </td>
1846
+
1847
+ </tr>
1848
+
1849
+
1850
+
1851
+ <tr>
1852
+
1853
+ <td class="name"><code>withoutRescale</code></td>
1854
+
1855
+
1856
+
1857
+
1858
+
1859
+
1860
+
1861
+ <td class="description last">No rescaling of y axis when items are hidden.
1862
+ </td>
1863
+
1864
+ </tr>
1865
+
1866
+
1867
+ </tbody>
1868
+ </table></dl>
1869
+
1870
+
1871
+
1776
1872
 
1777
1873
  <dt class="tag-default">Default Value:</dt>
1778
1874
  <dd class="tag-default"><ul class="dummy"><li><code class="prettyprint">"none"</code></li></ul></dd>
@@ -1838,7 +1934,7 @@ If groupComparator(a, b) is greater than 0, chart group b comes before chart gro
1838
1934
 
1839
1935
  <h4 id="highlightMatch" class="name">
1840
1936
 
1841
- <span class="type-signature"></span>highlight-match<span class="type-signature"> :"all"|"any"</span>
1937
+ <span class="type-signature"></span>highlight-match<span class="type-signature"> :"any"|"all"</span>
1842
1938
  <a class="bookmarkable-link" title="Bookmarkable Link" href="#highlightMatch"></a>
1843
1939
 
1844
1940
  </h4>
@@ -1862,6 +1958,68 @@ If highlightMatch is 'any', then items that match at least one of the highlighte
1862
1958
 
1863
1959
 
1864
1960
 
1961
+ <h5 class="subsection-title">Supported Values:</h5>
1962
+
1963
+ <dl>
1964
+
1965
+ <table class="props">
1966
+ <thead>
1967
+ <tr>
1968
+
1969
+ <th>Value</th>
1970
+
1971
+
1972
+
1973
+
1974
+
1975
+
1976
+
1977
+ <th class="last">Description</th>
1978
+
1979
+ </tr>
1980
+ </thead>
1981
+
1982
+ <tbody>
1983
+
1984
+
1985
+ <tr>
1986
+
1987
+ <td class="name"><code>all</code></td>
1988
+
1989
+
1990
+
1991
+
1992
+
1993
+
1994
+
1995
+ <td class="description last">Items only with all matching categories will be highlighted.
1996
+ </td>
1997
+
1998
+ </tr>
1999
+
2000
+
2001
+
2002
+ <tr>
2003
+
2004
+ <td class="name"><code>any</code></td>
2005
+
2006
+
2007
+
2008
+
2009
+
2010
+
2011
+
2012
+ <td class="description last">Any matching categories will be highlighted.
2013
+ </td>
2014
+
2015
+ </tr>
2016
+
2017
+
2018
+ </tbody>
2019
+ </table></dl>
2020
+
2021
+
2022
+
1865
2023
 
1866
2024
  <dt class="tag-default">Default Value:</dt>
1867
2025
  <dd class="tag-default"><ul class="dummy"><li><code class="prettyprint">"any"</code></li></ul></dd>
@@ -2017,7 +2175,7 @@ If highlightMatch is 'any', then items that match at least one of the highlighte
2017
2175
 
2018
2176
  <h4 id="hoverBehavior" class="name">
2019
2177
 
2020
- <span class="type-signature"></span>hover-behavior<span class="type-signature"> :"none"|"dim"</span>
2178
+ <span class="type-signature"></span>hover-behavior<span class="type-signature"> :"dim"|"none"</span>
2021
2179
  <a class="bookmarkable-link" title="Bookmarkable Link" href="#hoverBehavior"></a>
2022
2180
 
2023
2181
  </h4>
@@ -2039,6 +2197,68 @@ If highlightMatch is 'any', then items that match at least one of the highlighte
2039
2197
 
2040
2198
 
2041
2199
 
2200
+ <h5 class="subsection-title">Supported Values:</h5>
2201
+
2202
+ <dl>
2203
+
2204
+ <table class="props">
2205
+ <thead>
2206
+ <tr>
2207
+
2208
+ <th>Value</th>
2209
+
2210
+
2211
+
2212
+
2213
+
2214
+
2215
+
2216
+ <th class="last">Description</th>
2217
+
2218
+ </tr>
2219
+ </thead>
2220
+
2221
+ <tbody>
2222
+
2223
+
2224
+ <tr>
2225
+
2226
+ <td class="name"><code>dim</code></td>
2227
+
2228
+
2229
+
2230
+
2231
+
2232
+
2233
+
2234
+ <td class="description last">Hovered items will be dimmed.
2235
+ </td>
2236
+
2237
+ </tr>
2238
+
2239
+
2240
+
2241
+ <tr>
2242
+
2243
+ <td class="name"><code>none</code></td>
2244
+
2245
+
2246
+
2247
+
2248
+
2249
+
2250
+
2251
+ <td class="description last">No hover behavior.
2252
+ </td>
2253
+
2254
+ </tr>
2255
+
2256
+
2257
+ </tbody>
2258
+ </table></dl>
2259
+
2260
+
2261
+
2042
2262
 
2043
2263
  <dt class="tag-default">Default Value:</dt>
2044
2264
  <dd class="tag-default"><ul class="dummy"><li><code class="prettyprint">"none"</code></li></ul></dd>
@@ -2511,7 +2731,7 @@ If highlightMatch is 'any', then items that match at least one of the highlighte
2511
2731
 
2512
2732
  <h4 id="selectionMode" class="name">
2513
2733
 
2514
- <span class="type-signature"></span>selection-mode<span class="type-signature"> :"none"|"multiple"|"single"</span>
2734
+ <span class="type-signature"></span>selection-mode<span class="type-signature"> :"none"|"single"|"multiple"</span>
2515
2735
  <a class="bookmarkable-link" title="Bookmarkable Link" href="#selectionMode"></a>
2516
2736
 
2517
2737
  </h4>
@@ -2533,67 +2753,146 @@ If highlightMatch is 'any', then items that match at least one of the highlighte
2533
2753
 
2534
2754
 
2535
2755
 
2536
-
2537
- <dt class="tag-default">Default Value:</dt>
2538
- <dd class="tag-default"><ul class="dummy"><li><code class="prettyprint">"none"</code></li></ul></dd>
2539
-
2540
-
2541
-
2542
-
2543
-
2544
-
2545
-
2546
-
2547
-
2548
-
2549
-
2550
-
2551
-
2552
-
2553
-
2554
-
2555
-
2556
-
2557
-
2558
-
2559
-
2560
-
2561
-
2562
-
2563
-
2564
- </dl>
2756
+ <h5 class="subsection-title">Supported Values:</h5>
2565
2757
 
2566
-
2567
-
2568
- <h5>Names</h5>
2569
- <table class="keyboard-table">
2570
- <thead>
2571
- <tr>
2572
- <th>Item</th>
2573
- <th>Name</th>
2574
- </tr>
2575
- </thead>
2576
- <tbody>
2577
- <tr>
2578
- <td>Property</td>
2579
- <td><code class="prettyprint">selectionMode</code></td>
2580
- </tr>
2581
-
2582
- <tr>
2583
- <td>Property change event</td>
2584
- <td><code class="prettyprint">selectionModeChanged</code></td>
2585
- </tr>
2586
- <tr>
2587
- <td>Property change listener attribute (<span class="important">must be of type function, see <a href="https://www.oracle.com/pls/topic/lookup?ctx=jetlatest&id=customelementoverview#ce-events-section" target="_blank">Events and Listeners</a> for additional information.</span>)</td>
2588
- <td><code class="pretty-print-noprettify">on-selection-mode-changed</code></td>
2589
- </tr>
2590
-
2591
- </tbody>
2592
- </table>
2593
-
2594
- </dd>
2595
-
2596
-
2758
+ <dl>
2759
+
2760
+ <table class="props">
2761
+ <thead>
2762
+ <tr>
2763
+
2764
+ <th>Value</th>
2765
+
2766
+
2767
+
2768
+
2769
+
2770
+
2771
+
2772
+ <th class="last">Description</th>
2773
+
2774
+ </tr>
2775
+ </thead>
2776
+
2777
+ <tbody>
2778
+
2779
+
2780
+ <tr>
2781
+
2782
+ <td class="name"><code>multiple</code></td>
2783
+
2784
+
2785
+
2786
+
2787
+
2788
+
2789
+
2790
+ <td class="description last">Multiple items can be selected.
2791
+ </td>
2792
+
2793
+ </tr>
2794
+
2795
+
2796
+
2797
+ <tr>
2798
+
2799
+ <td class="name"><code>none</code></td>
2800
+
2801
+
2802
+
2803
+
2804
+
2805
+
2806
+
2807
+ <td class="description last">No item can be selected.
2808
+ </td>
2809
+
2810
+ </tr>
2811
+
2812
+
2813
+
2814
+ <tr>
2815
+
2816
+ <td class="name"><code>single</code></td>
2817
+
2818
+
2819
+
2820
+
2821
+
2822
+
2823
+
2824
+ <td class="description last">Single item can be selected.
2825
+ </td>
2826
+
2827
+ </tr>
2828
+
2829
+
2830
+ </tbody>
2831
+ </table></dl>
2832
+
2833
+
2834
+
2835
+
2836
+ <dt class="tag-default">Default Value:</dt>
2837
+ <dd class="tag-default"><ul class="dummy"><li><code class="prettyprint">"none"</code></li></ul></dd>
2838
+
2839
+
2840
+
2841
+
2842
+
2843
+
2844
+
2845
+
2846
+
2847
+
2848
+
2849
+
2850
+
2851
+
2852
+
2853
+
2854
+
2855
+
2856
+
2857
+
2858
+
2859
+
2860
+
2861
+
2862
+
2863
+ </dl>
2864
+
2865
+
2866
+
2867
+ <h5>Names</h5>
2868
+ <table class="keyboard-table">
2869
+ <thead>
2870
+ <tr>
2871
+ <th>Item</th>
2872
+ <th>Name</th>
2873
+ </tr>
2874
+ </thead>
2875
+ <tbody>
2876
+ <tr>
2877
+ <td>Property</td>
2878
+ <td><code class="prettyprint">selectionMode</code></td>
2879
+ </tr>
2880
+
2881
+ <tr>
2882
+ <td>Property change event</td>
2883
+ <td><code class="prettyprint">selectionModeChanged</code></td>
2884
+ </tr>
2885
+ <tr>
2886
+ <td>Property change listener attribute (<span class="important">must be of type function, see <a href="https://www.oracle.com/pls/topic/lookup?ctx=jetlatest&id=customelementoverview#ce-events-section" target="_blank">Events and Listeners</a> for additional information.</span>)</td>
2887
+ <td><code class="pretty-print-noprettify">on-selection-mode-changed</code></td>
2888
+ </tr>
2889
+
2890
+ </tbody>
2891
+ </table>
2892
+
2893
+ </dd>
2894
+
2895
+
2597
2896
  <dt class="">
2598
2897
 
2599
2898
  <h4 id="seriesComparator" class="name">
@@ -2831,6 +3130,92 @@ If seriesComparator(a, b) is greater than 0, chart series b comes before chart s
2831
3130
  </dd>
2832
3131
 
2833
3132
 
3133
+ <dt class="">
3134
+
3135
+ <h4 id="timeAxisType" class="name">
3136
+
3137
+ <span class="type-signature"></span>time-axis-type<span class="type-signature"> :"enabled"|"mixedFrequency"|"skipGaps"</span>
3138
+ <a class="bookmarkable-link" title="Bookmarkable Link" href="#timeAxisType"></a>
3139
+
3140
+ </h4>
3141
+
3142
+
3143
+ </dt>
3144
+
3145
+ <dd class="">
3146
+
3147
+ <div class="description">
3148
+ 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.
3149
+ If 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.
3150
+ The time values provided must be an ISO date string.
3151
+ </div>
3152
+
3153
+
3154
+
3155
+
3156
+ <dl class="details">
3157
+
3158
+
3159
+
3160
+
3161
+
3162
+
3163
+
3164
+
3165
+
3166
+
3167
+
3168
+
3169
+
3170
+
3171
+
3172
+
3173
+
3174
+
3175
+
3176
+
3177
+
3178
+
3179
+
3180
+
3181
+
3182
+
3183
+
3184
+
3185
+
3186
+ </dl>
3187
+
3188
+
3189
+
3190
+ <h5>Names</h5>
3191
+ <table class="keyboard-table">
3192
+ <thead>
3193
+ <tr>
3194
+ <th>Item</th>
3195
+ <th>Name</th>
3196
+ </tr>
3197
+ </thead>
3198
+ <tbody>
3199
+ <tr>
3200
+ <td>Property</td>
3201
+ <td><code class="prettyprint">timeAxisType</code></td>
3202
+ </tr>
3203
+
3204
+ <tr>
3205
+ <td>Property change event</td>
3206
+ <td><code class="prettyprint">timeAxisTypeChanged</code></td>
3207
+ </tr>
3208
+ <tr>
3209
+ <td>Property change listener attribute (<span class="important">must be of type function, see <a href="https://www.oracle.com/pls/topic/lookup?ctx=jetlatest&id=customelementoverview#ce-events-section" target="_blank">Events and Listeners</a> for additional information.</span>)</td>
3210
+ <td><code class="pretty-print-noprettify">on-time-axis-type-changed</code></td>
3211
+ </tr>
3212
+
3213
+ </tbody>
3214
+ </table>
3215
+
3216
+ </dd>
3217
+
3218
+
2834
3219
  <dt class="">
2835
3220
 
2836
3221
  <h4 id="valueFormats" class="name">
@@ -6431,7 +6816,7 @@ of the chart.
6431
6816
 
6432
6817
 
6433
6818
 
6434
- <td class="description last">The array of id(s) for the group(s) 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.
6819
+ <td class="description last">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.
6435
6820
  </td>
6436
6821
 
6437
6822
  </tr>
@@ -6673,7 +7058,7 @@ of the chart.
6673
7058
 
6674
7059
 
6675
7060
 
6676
- <td class="description last">TThe description of this object. This is used for accessibility and also for customizing the tooltip text.
7061
+ <td class="description last">The description of this object. This is used for accessibility and also for customizing the tooltip text.
6677
7062
  </td>
6678
7063
 
6679
7064
  </tr>
@@ -6713,6 +7098,42 @@ of the chart.
6713
7098
  </tr>
6714
7099
 
6715
7100
 
7101
+ <tr>
7102
+
7103
+ <td class="name"><code>x</code></td>
7104
+
7105
+
7106
+
7107
+ <td class="type">
7108
+
7109
+
7110
+
7111
+ <span class="param-type">string</span>
7112
+
7113
+
7114
+
7115
+
7116
+ </td>
7117
+
7118
+
7119
+ <td class="attributes">
7120
+
7121
+ &lt;optional><br>
7122
+
7123
+
7124
+
7125
+ </td>
7126
+
7127
+
7128
+
7129
+
7130
+
7131
+ <td class="description last">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.
7132
+ </td>
7133
+
7134
+ </tr>
7135
+
7136
+
6716
7137
  </tbody>
6717
7138
  </table>
6718
7139
 
@@ -6729,7 +7150,7 @@ of the chart.
6729
7150
 
6730
7151
 
6731
7152
 
6732
- <td class="description last">
7153
+ <td class="description last">The line chart items belonging to this line series.
6733
7154
  </td>
6734
7155
 
6735
7156
  </tr>
@@ -7342,7 +7763,7 @@ of the chart.
7342
7763
 
7343
7764
 
7344
7765
 
7345
- <td class="description last">The array of id(s) for the group(s) 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.
7766
+ <td class="description last">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.
7346
7767
  </td>
7347
7768
 
7348
7769
  </tr>
@@ -7584,7 +8005,7 @@ of the chart.
7584
8005
 
7585
8006
 
7586
8007
 
7587
- <td class="description last">TThe description of this object. This is used for accessibility and also for customizing the tooltip text.
8008
+ <td class="description last">The description of this object. This is used for accessibility and also for customizing the tooltip text.
7588
8009
  </td>
7589
8010
 
7590
8011
  </tr>
@@ -7624,19 +8045,55 @@ of the chart.
7624
8045
  </tr>
7625
8046
 
7626
8047
 
7627
- </tbody>
7628
- </table></dl>
7629
-
7630
-
7631
-
7632
-
7633
-
7634
-
7635
-
7636
-
7637
-
7638
-
7639
-
8048
+ <tr>
8049
+
8050
+ <td class="name"><code>x</code></td>
8051
+
8052
+
8053
+
8054
+ <td class="type">
8055
+
8056
+
8057
+
8058
+ <span class="param-type">string</span>
8059
+
8060
+
8061
+
8062
+
8063
+ </td>
8064
+
8065
+
8066
+ <td class="attributes">
8067
+
8068
+ &lt;optional><br>
8069
+
8070
+
8071
+
8072
+ </td>
8073
+
8074
+
8075
+
8076
+
8077
+
8078
+ <td class="description last">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.
8079
+ </td>
8080
+
8081
+ </tr>
8082
+
8083
+
8084
+ </tbody>
8085
+ </table></dl>
8086
+
8087
+
8088
+
8089
+
8090
+
8091
+
8092
+
8093
+
8094
+
8095
+
8096
+
7640
8097
 
7641
8098
 
7642
8099
 
@@ -8003,6 +8460,8 @@ of the chart.
8003
8460
 
8004
8461
 
8005
8462
 
8463
+ <th class="last">Description</th>
8464
+
8006
8465
  </tr>
8007
8466
  </thead>
8008
8467
 
@@ -8038,97 +8497,51 @@ of the chart.
8038
8497
 
8039
8498
 
8040
8499
 
8500
+ <td class="description last">The object defining the properties of the major tick of the x axis.
8501
+ </td>
8502
+
8041
8503
  </tr>
8042
8504
 
8043
8505
 
8044
- </tbody>
8045
- </table></dl>
8046
-
8047
-
8048
-
8049
-
8050
-
8051
-
8052
-
8053
-
8054
-
8055
-
8056
-
8057
-
8058
-
8059
-
8060
-
8061
-
8062
-
8063
-
8064
-
8065
-
8066
-
8067
-
8068
-
8069
-
8070
-
8071
-
8072
-
8073
-
8074
-
8075
-
8076
- </dl>
8077
-
8078
-
8079
-
8080
- </dd>
8081
-
8082
-
8083
- <dt class="">
8084
-
8085
- <h4 id="YAxis" class="name">
8086
-
8087
- YAxis
8088
- <a class="bookmarkable-link" title="Bookmarkable Link" href="#YAxis"></a>
8089
-
8090
- </h4>
8091
-
8092
-
8093
- </dt>
8094
-
8095
- <dd class="">
8096
-
8097
-
8098
-
8099
-
8100
- <dl class="details">
8101
-
8102
- <h5 class="subsection-title notoc">Properties:</h5>
8103
-
8104
-
8105
-
8106
- <dl>
8506
+ <tr>
8507
+
8508
+ <td class="name"><code>minorTick</code></td>
8509
+
8510
+
8511
+
8512
+ <td class="type">
8513
+
8514
+
8515
+
8516
+ <span class="param-type">object</span>
8517
+
8107
8518
 
8108
- <table class="props">
8109
- <thead>
8110
- <tr>
8111
-
8112
- <th>Name</th>
8113
8519
 
8114
-
8115
- <th>Type</th>
8116
-
8117
-
8118
- <th>Argument</th>
8119
-
8120
-
8121
-
8122
-
8123
-
8124
- </tr>
8125
- </thead>
8520
+
8521
+ </td>
8522
+
8523
+
8524
+ <td class="attributes">
8525
+
8526
+ &lt;optional><br>
8527
+
8528
+
8529
+
8530
+ </td>
8531
+
8532
+
8533
+
8534
+
8535
+
8536
+ <td class="description last">The object defining the properties of the minor tick of the x axis.
8537
+ </td>
8538
+
8539
+ </tr>
8126
8540
 
8127
- <tbody>
8128
8541
 
8129
8542
  <tr>
8130
8543
 
8131
- <td class="name"><code>majorTick</code></td>
8544
+ <td class="name"><code>scale</code></td>
8132
8545
 
8133
8546
 
8134
8547
 
@@ -8136,7 +8549,10 @@ of the chart.
8136
8549
 
8137
8550
 
8138
8551
 
8139
- <span class="param-type">object</span>
8552
+ <span class="param-type">"linear"</span>
8553
+ |
8554
+
8555
+ <span class="param-type">"log"</span>
8140
8556
 
8141
8557
 
8142
8558
 
@@ -8156,12 +8572,88 @@ of the chart.
8156
8572
 
8157
8573
 
8158
8574
 
8575
+ <td class="description last">Defines the axis scale. If set to log, major ticks will rendered will be incremented in logarithmic ratio.
8576
+ </td>
8577
+
8159
8578
  </tr>
8160
8579
 
8161
8580
 
8162
8581
  <tr>
8163
8582
 
8164
- <td class="name"><code>minorTick</code></td>
8583
+ <td class="name"><code>size</code></td>
8584
+
8585
+
8586
+
8587
+ <td class="type">
8588
+
8589
+
8590
+
8591
+ <span class="param-type">number</span>
8592
+
8593
+
8594
+
8595
+
8596
+ </td>
8597
+
8598
+
8599
+ <td class="attributes">
8600
+
8601
+ &lt;optional><br>
8602
+
8603
+
8604
+
8605
+ </td>
8606
+
8607
+
8608
+
8609
+
8610
+
8611
+ <td class="description last">Defines the size of the axis in terms of ratio of the width (for vertical charts) or height (for horizontal charts).
8612
+ </td>
8613
+
8614
+ </tr>
8615
+
8616
+
8617
+ <tr>
8618
+
8619
+ <td class="name"><code>step</code></td>
8620
+
8621
+
8622
+
8623
+ <td class="type">
8624
+
8625
+
8626
+
8627
+ <span class="param-type">number</span>
8628
+
8629
+
8630
+
8631
+
8632
+ </td>
8633
+
8634
+
8635
+ <td class="attributes">
8636
+
8637
+ &lt;optional><br>
8638
+
8639
+
8640
+
8641
+ </td>
8642
+
8643
+
8644
+
8645
+
8646
+
8647
+ <td class="description last">The increment between major tick marks in y axis. Defaults to null for automatic calculation based on the data.
8648
+ For log axis, the step is a multiplier, for example, if the step is 2, the major tick marks will be rendered at 1, 2, 4, 8, and so on.
8649
+ </td>
8650
+
8651
+ </tr>
8652
+
8653
+
8654
+ <tr>
8655
+
8656
+ <td class="name"><code>tickLabel</code></td>
8165
8657
 
8166
8658
 
8167
8659
 
@@ -8189,6 +8681,752 @@ of the chart.
8189
8681
 
8190
8682
 
8191
8683
 
8684
+ <td class="description last">The object defining the properties of tick labels of the x axis.
8685
+ </td>
8686
+
8687
+ </tr>
8688
+
8689
+
8690
+ <tr>
8691
+
8692
+ <td class="name"><code>title</code></td>
8693
+
8694
+
8695
+
8696
+ <td class="type">
8697
+
8698
+
8699
+
8700
+ <span class="param-type">string</span>
8701
+
8702
+
8703
+
8704
+
8705
+ </td>
8706
+
8707
+
8708
+ <td class="attributes">
8709
+
8710
+ &lt;optional><br>
8711
+
8712
+
8713
+
8714
+ </td>
8715
+
8716
+
8717
+
8718
+
8719
+
8720
+ <td class="description last">The title of the axis.
8721
+ </td>
8722
+
8723
+ </tr>
8724
+
8725
+
8726
+ <tr>
8727
+
8728
+ <td class="name"><code>titleStyle</code></td>
8729
+
8730
+
8731
+
8732
+ <td class="type">
8733
+
8734
+
8735
+
8736
+ <span class="param-type">object</span>
8737
+
8738
+
8739
+
8740
+
8741
+ </td>
8742
+
8743
+
8744
+ <td class="attributes">
8745
+
8746
+ &lt;optional><br>
8747
+
8748
+
8749
+
8750
+ </td>
8751
+
8752
+
8753
+
8754
+
8755
+
8756
+ <td class="description last">The object defining the css properties of the axis title.
8757
+ </td>
8758
+
8759
+ </tr>
8760
+
8761
+
8762
+ <tr>
8763
+
8764
+ <td class="name"><code>viewportMax</code></td>
8765
+
8766
+
8767
+
8768
+ <td class="type">
8769
+
8770
+
8771
+
8772
+ <span class="param-type">number</span>
8773
+
8774
+
8775
+
8776
+
8777
+ </td>
8778
+
8779
+
8780
+ <td class="attributes">
8781
+
8782
+ &lt;optional><br>
8783
+
8784
+
8785
+
8786
+ </td>
8787
+
8788
+
8789
+
8790
+
8791
+
8792
+ <td class="description last">Specifies the maximum y coordinate of the current viewport for zoom and scroll.
8793
+ If not specified, this value will be the axis max.
8794
+ </td>
8795
+
8796
+ </tr>
8797
+
8798
+
8799
+ <tr>
8800
+
8801
+ <td class="name"><code>viewportMin</code></td>
8802
+
8803
+
8804
+
8805
+ <td class="type">
8806
+
8807
+
8808
+
8809
+ <span class="param-type">number</span>
8810
+
8811
+
8812
+
8813
+
8814
+ </td>
8815
+
8816
+
8817
+ <td class="attributes">
8818
+
8819
+ &lt;optional><br>
8820
+
8821
+
8822
+
8823
+ </td>
8824
+
8825
+
8826
+
8827
+
8828
+
8829
+ <td class="description last">Specifies the minimum y coordinate of the current viewport for zoom and scroll.
8830
+ If not specified, this value will be the axis min.
8831
+ </td>
8832
+
8833
+ </tr>
8834
+
8835
+
8836
+ </tbody>
8837
+ </table></dl>
8838
+
8839
+
8840
+
8841
+
8842
+
8843
+
8844
+
8845
+
8846
+
8847
+
8848
+
8849
+
8850
+
8851
+
8852
+
8853
+
8854
+
8855
+
8856
+
8857
+
8858
+
8859
+
8860
+
8861
+
8862
+
8863
+
8864
+
8865
+
8866
+
8867
+
8868
+ </dl>
8869
+
8870
+
8871
+
8872
+ </dd>
8873
+
8874
+
8875
+ <dt class="">
8876
+
8877
+ <h4 id="YAxis" class="name">
8878
+
8879
+ YAxis
8880
+ <a class="bookmarkable-link" title="Bookmarkable Link" href="#YAxis"></a>
8881
+
8882
+ </h4>
8883
+
8884
+
8885
+ </dt>
8886
+
8887
+ <dd class="">
8888
+
8889
+
8890
+
8891
+
8892
+ <dl class="details">
8893
+
8894
+ <h5 class="subsection-title notoc">Properties:</h5>
8895
+
8896
+
8897
+
8898
+ <dl>
8899
+
8900
+ <table class="props">
8901
+ <thead>
8902
+ <tr>
8903
+
8904
+ <th>Name</th>
8905
+
8906
+
8907
+ <th>Type</th>
8908
+
8909
+
8910
+ <th>Argument</th>
8911
+
8912
+
8913
+
8914
+
8915
+
8916
+ <th class="last">Description</th>
8917
+
8918
+ </tr>
8919
+ </thead>
8920
+
8921
+ <tbody>
8922
+
8923
+ <tr>
8924
+
8925
+ <td class="name"><code>dataMax</code></td>
8926
+
8927
+
8928
+
8929
+ <td class="type">
8930
+
8931
+
8932
+
8933
+ <span class="param-type">number</span>
8934
+
8935
+
8936
+
8937
+
8938
+ </td>
8939
+
8940
+
8941
+ <td class="attributes">
8942
+
8943
+ &lt;optional><br>
8944
+
8945
+
8946
+
8947
+ </td>
8948
+
8949
+
8950
+
8951
+
8952
+
8953
+ <td class="description last">The maximum data value corresponding to an axis. If specified, the automatic axis extent calculation will use this value.
8954
+ </td>
8955
+
8956
+ </tr>
8957
+
8958
+
8959
+ <tr>
8960
+
8961
+ <td class="name"><code>dataMin</code></td>
8962
+
8963
+
8964
+
8965
+ <td class="type">
8966
+
8967
+
8968
+
8969
+ <span class="param-type">number</span>
8970
+
8971
+
8972
+
8973
+
8974
+ </td>
8975
+
8976
+
8977
+ <td class="attributes">
8978
+
8979
+ &lt;optional><br>
8980
+
8981
+
8982
+
8983
+ </td>
8984
+
8985
+
8986
+
8987
+
8988
+
8989
+ <td class="description last">The minimum data value corresponding to an axis. If specified, the automatic axis extent calculation will use this value.
8990
+ </td>
8991
+
8992
+ </tr>
8993
+
8994
+
8995
+ <tr>
8996
+
8997
+ <td class="name"><code>majorTick</code></td>
8998
+
8999
+
9000
+
9001
+ <td class="type">
9002
+
9003
+
9004
+
9005
+ <span class="param-type">object</span>
9006
+
9007
+
9008
+
9009
+
9010
+ </td>
9011
+
9012
+
9013
+ <td class="attributes">
9014
+
9015
+ &lt;optional><br>
9016
+
9017
+
9018
+
9019
+ </td>
9020
+
9021
+
9022
+
9023
+
9024
+
9025
+ <td class="description last">The object defining the properties of the major tick of the y axis.
9026
+ </td>
9027
+
9028
+ </tr>
9029
+
9030
+
9031
+ <tr>
9032
+
9033
+ <td class="name"><code>max</code></td>
9034
+
9035
+
9036
+
9037
+ <td class="type">
9038
+
9039
+
9040
+
9041
+ <span class="param-type">number</span>
9042
+
9043
+
9044
+
9045
+
9046
+ </td>
9047
+
9048
+
9049
+ <td class="attributes">
9050
+
9051
+ &lt;optional><br>
9052
+
9053
+
9054
+
9055
+ </td>
9056
+
9057
+
9058
+
9059
+
9060
+
9061
+ <td class="description last">The maximum value of the axis. Defaults to null for automatic calculation based on the data.
9062
+ </td>
9063
+
9064
+ </tr>
9065
+
9066
+
9067
+ <tr>
9068
+
9069
+ <td class="name"><code>min</code></td>
9070
+
9071
+
9072
+
9073
+ <td class="type">
9074
+
9075
+
9076
+
9077
+ <span class="param-type">number</span>
9078
+
9079
+
9080
+
9081
+
9082
+ </td>
9083
+
9084
+
9085
+ <td class="attributes">
9086
+
9087
+ &lt;optional><br>
9088
+
9089
+
9090
+
9091
+ </td>
9092
+
9093
+
9094
+
9095
+
9096
+
9097
+ <td class="description last">The minumum value of the axis. Defaults to null for automatic calculation based on the data.
9098
+ </td>
9099
+
9100
+ </tr>
9101
+
9102
+
9103
+ <tr>
9104
+
9105
+ <td class="name"><code>minorTick</code></td>
9106
+
9107
+
9108
+
9109
+ <td class="type">
9110
+
9111
+
9112
+
9113
+ <span class="param-type">object</span>
9114
+
9115
+
9116
+
9117
+
9118
+ </td>
9119
+
9120
+
9121
+ <td class="attributes">
9122
+
9123
+ &lt;optional><br>
9124
+
9125
+
9126
+
9127
+ </td>
9128
+
9129
+
9130
+
9131
+
9132
+
9133
+ <td class="description last">The object defining the properties of the minor tick of the y axis.
9134
+ </td>
9135
+
9136
+ </tr>
9137
+
9138
+
9139
+ <tr>
9140
+
9141
+ <td class="name"><code>scale</code></td>
9142
+
9143
+
9144
+
9145
+ <td class="type">
9146
+
9147
+
9148
+
9149
+ <span class="param-type">"linear"</span>
9150
+ |
9151
+
9152
+ <span class="param-type">"log"</span>
9153
+
9154
+
9155
+
9156
+
9157
+ </td>
9158
+
9159
+
9160
+ <td class="attributes">
9161
+
9162
+ &lt;optional><br>
9163
+
9164
+
9165
+
9166
+ </td>
9167
+
9168
+
9169
+
9170
+
9171
+
9172
+ <td class="description last">Defines the axis scale. If set to log, major ticks will rendered will be incremented in logarithmic ratio.
9173
+ </td>
9174
+
9175
+ </tr>
9176
+
9177
+
9178
+ <tr>
9179
+
9180
+ <td class="name"><code>size</code></td>
9181
+
9182
+
9183
+
9184
+ <td class="type">
9185
+
9186
+
9187
+
9188
+ <span class="param-type">number</span>
9189
+
9190
+
9191
+
9192
+
9193
+ </td>
9194
+
9195
+
9196
+ <td class="attributes">
9197
+
9198
+ &lt;optional><br>
9199
+
9200
+
9201
+
9202
+ </td>
9203
+
9204
+
9205
+
9206
+
9207
+
9208
+ <td class="description last">Defines the size of the axis in terms of ratio of the width (for vertical charts) or height (for horizontal charts).
9209
+ </td>
9210
+
9211
+ </tr>
9212
+
9213
+
9214
+ <tr>
9215
+
9216
+ <td class="name"><code>step</code></td>
9217
+
9218
+
9219
+
9220
+ <td class="type">
9221
+
9222
+
9223
+
9224
+ <span class="param-type">number</span>
9225
+
9226
+
9227
+
9228
+
9229
+ </td>
9230
+
9231
+
9232
+ <td class="attributes">
9233
+
9234
+ &lt;optional><br>
9235
+
9236
+
9237
+
9238
+ </td>
9239
+
9240
+
9241
+
9242
+
9243
+
9244
+ <td class="description last">The increment between major tick marks in y axis. Defaults to null for automatic calculation based on the data.
9245
+ For log axis, the step is a multiplier, for example, if the step is 2, the major tick marks will be rendered at 1, 2, 4, 8, and so on.
9246
+ </td>
9247
+
9248
+ </tr>
9249
+
9250
+
9251
+ <tr>
9252
+
9253
+ <td class="name"><code>tickLabel</code></td>
9254
+
9255
+
9256
+
9257
+ <td class="type">
9258
+
9259
+
9260
+
9261
+ <span class="param-type">object</span>
9262
+
9263
+
9264
+
9265
+
9266
+ </td>
9267
+
9268
+
9269
+ <td class="attributes">
9270
+
9271
+ &lt;optional><br>
9272
+
9273
+
9274
+
9275
+ </td>
9276
+
9277
+
9278
+
9279
+
9280
+
9281
+ <td class="description last">The object defining the properties of tick labels of the y axis.
9282
+ </td>
9283
+
9284
+ </tr>
9285
+
9286
+
9287
+ <tr>
9288
+
9289
+ <td class="name"><code>title</code></td>
9290
+
9291
+
9292
+
9293
+ <td class="type">
9294
+
9295
+
9296
+
9297
+ <span class="param-type">string</span>
9298
+
9299
+
9300
+
9301
+
9302
+ </td>
9303
+
9304
+
9305
+ <td class="attributes">
9306
+
9307
+ &lt;optional><br>
9308
+
9309
+
9310
+
9311
+ </td>
9312
+
9313
+
9314
+
9315
+
9316
+
9317
+ <td class="description last">The title of the axis.
9318
+ </td>
9319
+
9320
+ </tr>
9321
+
9322
+
9323
+ <tr>
9324
+
9325
+ <td class="name"><code>titleStyle</code></td>
9326
+
9327
+
9328
+
9329
+ <td class="type">
9330
+
9331
+
9332
+
9333
+ <span class="param-type">object</span>
9334
+
9335
+
9336
+
9337
+
9338
+ </td>
9339
+
9340
+
9341
+ <td class="attributes">
9342
+
9343
+ &lt;optional><br>
9344
+
9345
+
9346
+
9347
+ </td>
9348
+
9349
+
9350
+
9351
+
9352
+
9353
+ <td class="description last">The object defining the css properties of the axis title.
9354
+ </td>
9355
+
9356
+ </tr>
9357
+
9358
+
9359
+ <tr>
9360
+
9361
+ <td class="name"><code>viewportMax</code></td>
9362
+
9363
+
9364
+
9365
+ <td class="type">
9366
+
9367
+
9368
+
9369
+ <span class="param-type">number</span>
9370
+
9371
+
9372
+
9373
+
9374
+ </td>
9375
+
9376
+
9377
+ <td class="attributes">
9378
+
9379
+ &lt;optional><br>
9380
+
9381
+
9382
+
9383
+ </td>
9384
+
9385
+
9386
+
9387
+
9388
+
9389
+ <td class="description last">Specifies the maximum y coordinate of the current viewport for zoom and scroll.
9390
+ If not specified, this value will be the axis max.
9391
+ </td>
9392
+
9393
+ </tr>
9394
+
9395
+
9396
+ <tr>
9397
+
9398
+ <td class="name"><code>viewportMin</code></td>
9399
+
9400
+
9401
+
9402
+ <td class="type">
9403
+
9404
+
9405
+
9406
+ <span class="param-type">number</span>
9407
+
9408
+
9409
+
9410
+
9411
+ </td>
9412
+
9413
+
9414
+ <td class="attributes">
9415
+
9416
+ &lt;optional><br>
9417
+
9418
+
9419
+
9420
+ </td>
9421
+
9422
+
9423
+
9424
+
9425
+
9426
+ <td class="description last">Specifies the minimum y coordinate of the current viewport for zoom and scroll.
9427
+ If not specified, this value will be the axis min.
9428
+ </td>
9429
+
8192
9430
  </tr>
8193
9431
 
8194
9432
 
@@ -8242,7 +9480,7 @@ of the chart.
8242
9480
 
8243
9481
 
8244
9482
  <footer>
8245
- Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3.6.11</a> on Fri May 03 2024 17:05:12 GMT+0000 (Coordinated Universal Time)<br>
9483
+ Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3.6.11</a> on Tue May 14 2024 23:49:15 GMT+0000 (Coordinated Universal Time)<br>
8246
9484
  <span class="product-docs-footer">Copyright © 2014, 2024 Oracle. All rights reserved.<span>
8247
9485
  </footer>
8248
9486