@oracle/oraclejet-core-pack 16.0.5 → 16.1.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (472) hide show
  1. package/oj-c/ActionCard.json +6 -6
  2. package/oj-c/AreaChart.json +458 -1546
  3. package/oj-c/AreaChartGroup.json +8 -7
  4. package/oj-c/AreaChartItem.json +35 -16
  5. package/oj-c/AreaChartSeries.json +15 -14
  6. package/oj-c/Avatar.json +10 -10
  7. package/oj-c/Button.json +19 -19
  8. package/oj-c/Checkbox.json +29 -29
  9. package/oj-c/Checkboxset.json +35 -35
  10. package/oj-c/Collapsible.json +14 -14
  11. package/oj-c/DrawerPopup.json +12 -12
  12. package/oj-c/FilePicker.json +20 -20
  13. package/oj-c/FormLayout.json +15 -15
  14. package/oj-c/HighlightText.json +6 -6
  15. package/oj-c/InputDateMask.json +75 -75
  16. package/oj-c/InputDateText.json +44 -44
  17. package/oj-c/InputMonthMask.json +1402 -0
  18. package/oj-c/InputNumber.json +51 -51
  19. package/oj-c/InputPassword.json +42 -42
  20. package/oj-c/InputSensitiveText.json +1420 -0
  21. package/oj-c/InputText.json +48 -48
  22. package/oj-c/LabelledLink.json +21 -21
  23. package/oj-c/Legend.json +36 -36
  24. package/oj-c/LegendItem.json +20 -15
  25. package/oj-c/LegendSection.json +6 -5
  26. package/oj-c/LineChart.json +459 -1546
  27. package/oj-c/LineChartGroup.json +8 -7
  28. package/oj-c/LineChartItem.json +35 -16
  29. package/oj-c/LineChartSeries.json +17 -16
  30. package/oj-c/ListItemLayout.json +16 -16
  31. package/oj-c/ListView.json +18 -18
  32. package/oj-c/MenuButton.json +21 -21
  33. package/oj-c/MessageBanner.json +11 -11
  34. package/oj-c/MessageToast.json +13 -13
  35. package/oj-c/MeterBar.json +26 -26
  36. package/oj-c/MeterCircle.json +30 -30
  37. package/oj-c/ProgressBar.json +7 -7
  38. package/oj-c/ProgressCircle.json +7 -7
  39. package/oj-c/Radioset.json +35 -35
  40. package/oj-c/RatingGauge.json +21 -21
  41. package/oj-c/SelectMultiple.json +41 -41
  42. package/oj-c/SelectSingle.json +45 -45
  43. package/oj-c/SelectionCard.json +6 -6
  44. package/oj-c/Selector.json +8 -8
  45. package/oj-c/SelectorAll.json +25 -5
  46. package/oj-c/SplitMenuButton.json +60 -17
  47. package/oj-c/TabBarMixed.json +606 -0
  48. package/oj-c/TagCloud.json +18 -18
  49. package/oj-c/TagCloudItem.json +11 -10
  50. package/oj-c/TextArea.json +45 -45
  51. package/oj-c/action-card/component.json +2 -2
  52. package/oj-c/area-chart/__webdriver__/AreaChartWebElementBase.d.ts +175 -38
  53. package/oj-c/area-chart/__webdriver__/AreaChartWebElementBase.js +16 -7
  54. package/oj-c/area-chart/__webdriver__/AreaChartWebElementBase.js.map +1 -1
  55. package/oj-c/area-chart/area-chart.js +4 -4
  56. package/oj-c/area-chart/component.json +552 -770
  57. package/oj-c/area-chart-group/area-chart-group.js +1 -1
  58. package/oj-c/area-chart-group/component.json +4 -3
  59. package/oj-c/area-chart-item/area-chart-item.js +1 -1
  60. package/oj-c/area-chart-item/component.json +10 -4
  61. package/oj-c/area-chart-series/area-chart-series.js +1 -1
  62. package/oj-c/area-chart-series/component.json +4 -3
  63. package/oj-c/avatar/component.json +2 -2
  64. package/oj-c/button/button.js +7 -7
  65. package/oj-c/button/component.json +2 -2
  66. package/oj-c/checkbox/component.json +2 -2
  67. package/oj-c/checkboxset/component.json +2 -2
  68. package/oj-c/collapsible/component.json +2 -2
  69. package/oj-c/component.json +15 -3
  70. package/oj-c/corepackbundle.js +883 -353
  71. package/oj-c/docs/action-card.html +59 -50
  72. package/oj-c/docs/area-chart-group.html +59 -50
  73. package/oj-c/docs/area-chart-item.html +59 -50
  74. package/oj-c/docs/area-chart-series.html +59 -50
  75. package/oj-c/docs/area-chart.html +59 -50
  76. package/oj-c/docs/avatar.html +59 -50
  77. package/oj-c/docs/button.html +59 -50
  78. package/oj-c/docs/checkbox.html +59 -50
  79. package/oj-c/docs/checkboxset.html +59 -50
  80. package/oj-c/docs/collapsible.html +59 -50
  81. package/oj-c/docs/drawer-popup.html +59 -50
  82. package/oj-c/docs/file-picker.html +59 -50
  83. package/oj-c/docs/form-layout.html +59 -50
  84. package/oj-c/docs/highlight-text.html +59 -50
  85. package/oj-c/docs/index.html +59 -50
  86. package/oj-c/docs/input-date-mask.html +59 -50
  87. package/oj-c/docs/input-date-text.html +59 -50
  88. package/oj-c/docs/input-month-mask.html +249 -0
  89. package/oj-c/docs/input-number.html +59 -50
  90. package/oj-c/docs/input-password.html +59 -50
  91. package/oj-c/docs/input-sensitive-text.html +249 -0
  92. package/oj-c/docs/input-text.html +59 -50
  93. package/oj-c/docs/jsDocMd.json +1 -1
  94. package/oj-c/docs/labelled-link.html +59 -50
  95. package/oj-c/docs/legend-item.html +59 -50
  96. package/oj-c/docs/legend-section.html +59 -50
  97. package/oj-c/docs/legend.html +59 -50
  98. package/oj-c/docs/line-chart-group.html +59 -50
  99. package/oj-c/docs/line-chart-item.html +59 -50
  100. package/oj-c/docs/line-chart-series.html +59 -50
  101. package/oj-c/docs/line-chart.html +59 -50
  102. package/oj-c/docs/list-item-layout.html +59 -50
  103. package/oj-c/docs/list-view.html +59 -50
  104. package/oj-c/docs/menu-button.html +59 -50
  105. package/oj-c/docs/message-banner.html +59 -50
  106. package/oj-c/docs/message-toast.html +59 -50
  107. package/oj-c/docs/meter-bar.html +59 -50
  108. package/oj-c/docs/meter-circle.html +59 -50
  109. package/oj-c/docs/oj-c.ActionCard.html +60 -51
  110. package/oj-c/docs/oj-c.AreaChart.html +1452 -214
  111. package/oj-c/docs/oj-c.AreaChartGroup.html +63 -51
  112. package/oj-c/docs/oj-c.AreaChartItem.html +125 -54
  113. package/oj-c/docs/oj-c.AreaChartSeries.html +63 -51
  114. package/oj-c/docs/oj-c.Avatar.html +60 -51
  115. package/oj-c/docs/oj-c.Button.html +60 -51
  116. package/oj-c/docs/oj-c.Checkbox.html +60 -51
  117. package/oj-c/docs/oj-c.Checkboxset.html +60 -51
  118. package/oj-c/docs/oj-c.Collapsible.html +60 -51
  119. package/oj-c/docs/oj-c.DrawerPopup.html +60 -51
  120. package/oj-c/docs/oj-c.FilePicker.html +60 -51
  121. package/oj-c/docs/oj-c.FormLayout.html +60 -51
  122. package/oj-c/docs/oj-c.HighlightText.html +60 -51
  123. package/oj-c/docs/oj-c.InputDateMask.html +81 -64
  124. package/oj-c/docs/oj-c.InputDateText.html +60 -51
  125. package/oj-c/docs/oj-c.InputMonthMask.html +5940 -0
  126. package/oj-c/docs/oj-c.InputNumber.html +60 -51
  127. package/oj-c/docs/oj-c.InputPassword.html +80 -62
  128. package/oj-c/docs/oj-c.InputSensitiveText.html +5723 -0
  129. package/oj-c/docs/oj-c.InputText.html +60 -51
  130. package/oj-c/docs/oj-c.LabelledLink.html +60 -51
  131. package/oj-c/docs/oj-c.Legend.html +60 -51
  132. package/oj-c/docs/oj-c.LegendItem.html +75 -51
  133. package/oj-c/docs/oj-c.LegendSection.html +63 -51
  134. package/oj-c/docs/oj-c.LineChart.html +1455 -217
  135. package/oj-c/docs/oj-c.LineChartGroup.html +63 -51
  136. package/oj-c/docs/oj-c.LineChartItem.html +125 -54
  137. package/oj-c/docs/oj-c.LineChartSeries.html +63 -51
  138. package/oj-c/docs/oj-c.ListItemLayout.html +60 -51
  139. package/oj-c/docs/oj-c.ListView.html +60 -51
  140. package/oj-c/docs/oj-c.MenuButton.html +60 -51
  141. package/oj-c/docs/oj-c.MessageBanner.html +60 -51
  142. package/oj-c/docs/oj-c.MessageToast.html +60 -51
  143. package/oj-c/docs/oj-c.MeterBar.html +60 -51
  144. package/oj-c/docs/oj-c.MeterCircle.html +60 -51
  145. package/oj-c/docs/oj-c.ProgressBar.html +60 -51
  146. package/oj-c/docs/oj-c.ProgressCircle.html +60 -51
  147. package/oj-c/docs/oj-c.Radioset.html +60 -51
  148. package/oj-c/docs/oj-c.RatingGauge.html +60 -51
  149. package/oj-c/docs/oj-c.SelectMultiple.html +60 -51
  150. package/oj-c/docs/oj-c.SelectSingle.html +60 -51
  151. package/oj-c/docs/oj-c.Selector.html +60 -51
  152. package/oj-c/docs/oj-c.SelectorAll.html +149 -52
  153. package/oj-c/docs/oj-c.SplitMenuButton.html +299 -52
  154. package/oj-c/docs/oj-c.TabBarMixed.html +2660 -0
  155. package/oj-c/docs/oj-c.TagCloud.html +60 -51
  156. package/oj-c/docs/oj-c.TagCloudItem.html +63 -51
  157. package/oj-c/docs/oj-c.TextArea.html +60 -51
  158. package/oj-c/docs/progress-bar.html +59 -50
  159. package/oj-c/docs/progress-circle.html +59 -50
  160. package/oj-c/docs/radioset.html +59 -50
  161. package/oj-c/docs/rating-gauge.html +59 -50
  162. package/oj-c/docs/select-multiple.html +59 -50
  163. package/oj-c/docs/select-single.html +59 -50
  164. package/oj-c/docs/selection-card.html +59 -50
  165. package/oj-c/docs/selector-all.html +59 -50
  166. package/oj-c/docs/selector.html +59 -50
  167. package/oj-c/docs/split-menu-button.html +59 -50
  168. package/oj-c/docs/tab-bar-mixed.html +249 -0
  169. package/oj-c/docs/tag-cloud-item.html +59 -50
  170. package/oj-c/docs/tag-cloud.html +59 -50
  171. package/oj-c/docs/text-area.html +59 -50
  172. package/oj-c/drawer-popup/component.json +2 -2
  173. package/oj-c/file-picker/component.json +2 -2
  174. package/oj-c/form-layout/component.json +2 -2
  175. package/oj-c/highlight-text/component.json +2 -2
  176. package/oj-c/hooks/UNSAFE_useListData/useListData.js +5 -2
  177. package/oj-c/input-date-mask/component.json +17 -15
  178. package/oj-c/input-date-mask/input-date-mask.js +45 -88
  179. package/oj-c/input-date-text/component.json +3 -6
  180. package/oj-c/input-month-mask/CalendarMonthConverter.js +32 -0
  181. package/oj-c/input-month-mask/CalendarMonthRangeValidator.js +56 -0
  182. package/oj-c/input-month-mask/__webdriver__/InputMonthMaskWebElement.d.ts +16 -0
  183. package/oj-c/input-month-mask/__webdriver__/InputMonthMaskWebElement.js +23 -0
  184. package/oj-c/input-month-mask/__webdriver__/InputMonthMaskWebElement.js.map +1 -0
  185. package/oj-c/input-month-mask/__webdriver__/InputMonthMaskWebElementBase.d.ts +275 -0
  186. package/oj-c/input-month-mask/__webdriver__/InputMonthMaskWebElementBase.js +248 -0
  187. package/oj-c/input-month-mask/__webdriver__/InputMonthMaskWebElementBase.js.map +1 -0
  188. package/oj-c/input-month-mask/__webdriver__/index.d.ts +17 -0
  189. package/oj-c/input-month-mask/__webdriver__/index.js +34 -0
  190. package/oj-c/input-month-mask/__webdriver__/index.js.map +1 -0
  191. package/oj-c/input-month-mask/component.json +493 -0
  192. package/oj-c/input-month-mask/index.js +6 -0
  193. package/oj-c/input-month-mask/input-month-mask-styles.css +14 -0
  194. package/oj-c/input-month-mask/input-month-mask.js +69 -0
  195. package/oj-c/input-month-mask/useImplicitCalendarMonthRangeValidator.js +26 -0
  196. package/oj-c/input-month-mask/useInputMonthMaskPreact.js +88 -0
  197. package/oj-c/input-month-mask.js +6 -0
  198. package/oj-c/input-number/component.json +2 -2
  199. package/oj-c/input-password/__webdriver__/InputPasswordWebElementBase.d.ts +1 -1
  200. package/oj-c/input-password/__webdriver__/InputPasswordWebElementBase.js +1 -1
  201. package/oj-c/input-password/__webdriver__/InputPasswordWebElementBase.js.map +1 -1
  202. package/oj-c/input-password/component.json +5 -5
  203. package/oj-c/input-sensitive-text/__webdriver__/InputSensitiveTextWebElement.d.ts +17 -0
  204. package/oj-c/input-sensitive-text/__webdriver__/InputSensitiveTextWebElement.js +50 -0
  205. package/oj-c/input-sensitive-text/__webdriver__/InputSensitiveTextWebElement.js.map +1 -0
  206. package/oj-c/input-sensitive-text/__webdriver__/InputSensitiveTextWebElementBase.d.ts +259 -0
  207. package/oj-c/input-sensitive-text/__webdriver__/InputSensitiveTextWebElementBase.js +266 -0
  208. package/oj-c/input-sensitive-text/__webdriver__/InputSensitiveTextWebElementBase.js.map +1 -0
  209. package/oj-c/input-sensitive-text/__webdriver__/index.d.ts +17 -0
  210. package/oj-c/input-sensitive-text/__webdriver__/index.js +34 -0
  211. package/oj-c/input-sensitive-text/__webdriver__/index.js.map +1 -0
  212. package/oj-c/input-sensitive-text/component.json +574 -0
  213. package/oj-c/input-sensitive-text/index.js +6 -0
  214. package/oj-c/input-sensitive-text/input-sensitive-text-styles.css +13 -0
  215. package/oj-c/input-sensitive-text/input-sensitive-text.js +74 -0
  216. package/oj-c/input-sensitive-text/useInputSensitiveTextPreact.js +52 -0
  217. package/oj-c/input-sensitive-text.js +6 -0
  218. package/oj-c/input-text/component.json +2 -2
  219. package/oj-c/labelled-link/component.json +2 -2
  220. package/oj-c/legend/component.json +2 -2
  221. package/oj-c/legend/legend-styles.css +1 -0
  222. package/oj-c/legend-item/component.json +12 -7
  223. package/oj-c/legend-item/legend-item.js +1 -1
  224. package/oj-c/legend-section/component.json +4 -3
  225. package/oj-c/legend-section/legend-section.js +1 -1
  226. package/oj-c/line-chart/__webdriver__/LineChartWebElementBase.d.ts +172 -35
  227. package/oj-c/line-chart/__webdriver__/LineChartWebElementBase.js +13 -4
  228. package/oj-c/line-chart/__webdriver__/LineChartWebElementBase.js.map +1 -1
  229. package/oj-c/line-chart/component.json +558 -775
  230. package/oj-c/line-chart/line-chart.js +4 -4
  231. package/oj-c/line-chart-group/component.json +4 -3
  232. package/oj-c/line-chart-group/line-chart-group.js +1 -1
  233. package/oj-c/line-chart-item/component.json +11 -5
  234. package/oj-c/line-chart-item/line-chart-item.js +1 -1
  235. package/oj-c/line-chart-series/component.json +4 -3
  236. package/oj-c/line-chart-series/line-chart-series.js +1 -1
  237. package/oj-c/list-item-layout/component.json +2 -2
  238. package/oj-c/list-view/component.json +2 -2
  239. package/oj-c/menu-button/component.json +2 -2
  240. package/oj-c/menu-button/menu-button.js +2 -2
  241. package/oj-c/message-banner/component.json +2 -2
  242. package/oj-c/message-toast/component.json +2 -2
  243. package/oj-c/metadata/allComponents.json +3619 -2700
  244. package/oj-c/meter-bar/component.json +2 -2
  245. package/oj-c/meter-circle/component.json +2 -2
  246. package/oj-c/min/area-chart-group.js +1 -1
  247. package/oj-c/min/area-chart-group.js.map +1 -1
  248. package/oj-c/min/area-chart-item.js +1 -1
  249. package/oj-c/min/area-chart-item.js.map +1 -1
  250. package/oj-c/min/area-chart-series.js +1 -1
  251. package/oj-c/min/area-chart-series.js.map +1 -1
  252. package/oj-c/min/area-chart.js +1 -1
  253. package/oj-c/min/area-chart.js.map +1 -1
  254. package/oj-c/min/button.js +1 -1
  255. package/oj-c/min/button.js.map +1 -1
  256. package/oj-c/min/corepackbundle.css +28 -1
  257. package/oj-c/min/corepackbundle.js +1 -1
  258. package/oj-c/min/corepackbundle.js.map +1 -1
  259. package/oj-c/min/hooks/UNSAFE_useListData/useListData.js +5 -2
  260. package/oj-c/min/input-date-mask.js +1 -1
  261. package/oj-c/min/input-date-mask.js.map +1 -1
  262. package/oj-c/min/input-month-mask/input-month-mask-styles.css +14 -0
  263. package/oj-c/min/input-month-mask.js +2 -0
  264. package/oj-c/min/input-month-mask.js.map +1 -0
  265. package/oj-c/min/input-sensitive-text/input-sensitive-text-styles.css +13 -0
  266. package/oj-c/min/input-sensitive-text.js +2 -0
  267. package/oj-c/min/input-sensitive-text.js.map +1 -0
  268. package/oj-c/min/legend/legend-styles.css +1 -0
  269. package/oj-c/min/legend-item.js +1 -1
  270. package/oj-c/min/legend-item.js.map +1 -1
  271. package/oj-c/min/legend-section.js +1 -1
  272. package/oj-c/min/legend-section.js.map +1 -1
  273. package/oj-c/min/legend.js +1 -1
  274. package/oj-c/min/legend.js.map +1 -1
  275. package/oj-c/min/line-chart-group.js +1 -1
  276. package/oj-c/min/line-chart-group.js.map +1 -1
  277. package/oj-c/min/line-chart-item.js +1 -1
  278. package/oj-c/min/line-chart-item.js.map +1 -1
  279. package/oj-c/min/line-chart-series.js +1 -1
  280. package/oj-c/min/line-chart-series.js.map +1 -1
  281. package/oj-c/min/line-chart.js +1 -1
  282. package/oj-c/min/line-chart.js.map +1 -1
  283. package/oj-c/min/list-view.js +1 -1
  284. package/oj-c/min/list-view.js.map +1 -1
  285. package/oj-c/min/menu-button.js +1 -1
  286. package/oj-c/min/menu-button.js.map +1 -1
  287. package/oj-c/min/select-multiple.js +2 -2
  288. package/oj-c/min/select-multiple.js.map +1 -1
  289. package/oj-c/min/select-single.js +2 -2
  290. package/oj-c/min/select-single.js.map +1 -1
  291. package/oj-c/min/selector-all.js +1 -1
  292. package/oj-c/min/selector-all.js.map +1 -1
  293. package/oj-c/min/split-menu-button.js +1 -1
  294. package/oj-c/min/split-menu-button.js.map +1 -1
  295. package/oj-c/min/tab-bar-mixed/tab-bar-mixed-styles.css +11 -0
  296. package/oj-c/min/tab-bar-mixed.js +2 -0
  297. package/oj-c/min/tab-bar-mixed.js.map +1 -0
  298. package/oj-c/min/tag-cloud-item.js +1 -1
  299. package/oj-c/min/tag-cloud-item.js.map +1 -1
  300. package/oj-c/min/tag-cloud.js +1 -1
  301. package/oj-c/min/tag-cloud.js.map +1 -1
  302. package/oj-c/min/utils/PRIVATE_ItemsMenu/items-menu.js +7 -5
  303. package/oj-c/min/utils/PRIVATE_chartUtils/axisUtils.js +24 -0
  304. package/oj-c/progress-bar/component.json +2 -2
  305. package/oj-c/progress-circle/component.json +2 -2
  306. package/oj-c/radioset/component.json +2 -2
  307. package/oj-c/rating-gauge/component.json +2 -2
  308. package/oj-c/select-multiple/component.json +2 -2
  309. package/oj-c/select-single/component.json +2 -2
  310. package/oj-c/selection-card/component.json +2 -2
  311. package/oj-c/selector/component.json +2 -2
  312. package/oj-c/selector-all/__webdriver__/SelectorAllWebElementBase.d.ts +7 -0
  313. package/oj-c/selector-all/__webdriver__/SelectorAllWebElementBase.js +9 -0
  314. package/oj-c/selector-all/__webdriver__/SelectorAllWebElementBase.js.map +1 -1
  315. package/oj-c/selector-all/component.json +12 -2
  316. package/oj-c/selector-all/selector-all.js +3 -3
  317. package/oj-c/split-menu-button/__webdriver__/SplitMenuButtonWebElement.d.ts +1 -1
  318. package/oj-c/split-menu-button/__webdriver__/SplitMenuButtonWebElement.js +1 -1
  319. package/oj-c/split-menu-button/__webdriver__/SplitMenuButtonWebElement.js.map +1 -1
  320. package/oj-c/split-menu-button/__webdriver__/SplitMenuButtonWebElementBase.d.ts +7 -0
  321. package/oj-c/split-menu-button/__webdriver__/SplitMenuButtonWebElementBase.js +9 -0
  322. package/oj-c/split-menu-button/__webdriver__/SplitMenuButtonWebElementBase.js.map +1 -1
  323. package/oj-c/split-menu-button/component.json +21 -2
  324. package/oj-c/split-menu-button/split-menu-button.js +18 -27
  325. package/oj-c/tab-bar-mixed/DataTabBarMixed.js +43 -0
  326. package/oj-c/tab-bar-mixed/DataTabBarMixed.types.js +4 -0
  327. package/oj-c/tab-bar-mixed/DataTabBarMixedIcon.js +16 -0
  328. package/oj-c/tab-bar-mixed/__mocks__/@oracle/oraclejet-preact/UNSAFE_ConveyorBelt.js +10 -0
  329. package/oj-c/tab-bar-mixed/__mocks__/@oracle/oraclejet-preact/UNSAFE_TabBarMixed.js +34 -0
  330. package/oj-c/tab-bar-mixed/__webdriver__/TabBarMixedWebElement.d.ts +8 -0
  331. package/oj-c/tab-bar-mixed/__webdriver__/TabBarMixedWebElement.js +13 -0
  332. package/oj-c/tab-bar-mixed/__webdriver__/TabBarMixedWebElement.js.map +1 -0
  333. package/oj-c/tab-bar-mixed/__webdriver__/TabBarMixedWebElementBase.d.ts +116 -0
  334. package/oj-c/tab-bar-mixed/__webdriver__/TabBarMixedWebElementBase.js +95 -0
  335. package/oj-c/tab-bar-mixed/__webdriver__/TabBarMixedWebElementBase.js.map +1 -0
  336. package/oj-c/tab-bar-mixed/__webdriver__/index.d.ts +17 -0
  337. package/oj-c/tab-bar-mixed/__webdriver__/index.js +34 -0
  338. package/oj-c/tab-bar-mixed/__webdriver__/index.js.map +1 -0
  339. package/oj-c/tab-bar-mixed/component.json +236 -0
  340. package/oj-c/tab-bar-mixed/environment.js +13 -0
  341. package/oj-c/tab-bar-mixed/index.js +6 -0
  342. package/oj-c/tab-bar-mixed/sumBadge.js +23 -0
  343. package/oj-c/tab-bar-mixed/tab-bar-mixed-styles.css +11 -0
  344. package/oj-c/tab-bar-mixed/tab-bar-mixed.js +39 -0
  345. package/oj-c/tab-bar-mixed.js +6 -0
  346. package/oj-c/tag-cloud/component.json +2 -2
  347. package/oj-c/tag-cloud-item/component.json +4 -3
  348. package/oj-c/tag-cloud-item/tag-cloud-item.js +1 -1
  349. package/oj-c/text-area/component.json +2 -2
  350. package/oj-c/types/area-chart/area-chart.d.ts +7 -2
  351. package/oj-c/types/area-chart-item/area-chart-item.d.ts +5 -0
  352. package/oj-c/types/input-date-mask/input-date-mask.d.ts +15 -20
  353. package/oj-c/types/input-month-mask/CalendarMonthConverter.d.ts +19 -0
  354. package/oj-c/types/input-month-mask/CalendarMonthRangeValidator.d.ts +34 -0
  355. package/oj-c/types/input-month-mask/index.d.ts +2 -0
  356. package/oj-c/types/input-month-mask/input-month-mask.d.ts +184 -0
  357. package/oj-c/types/input-month-mask/useImplicitCalendarMonthRangeValidator.d.ts +13 -0
  358. package/oj-c/types/input-month-mask/useInputMonthMaskPreact.d.ts +39 -0
  359. package/oj-c/types/input-number/useImplicitNumberConverter.d.ts +1 -1
  360. package/oj-c/types/input-sensitive-text/index.d.ts +2 -0
  361. package/oj-c/types/input-sensitive-text/input-sensitive-text.d.ts +199 -0
  362. package/oj-c/types/input-sensitive-text/useInputSensitiveTextPreact.d.ts +41 -0
  363. package/oj-c/types/line-chart/line-chart.d.ts +7 -2
  364. package/oj-c/types/line-chart-item/line-chart-item.d.ts +5 -0
  365. package/oj-c/types/selector-all/selector-all.d.ts +10 -3
  366. package/oj-c/types/split-menu-button/index.d.ts +1 -1
  367. package/oj-c/types/split-menu-button/split-menu-button.d.ts +18 -14
  368. package/oj-c/types/tab-bar-mixed/DataTabBarMixed.d.ts +2 -0
  369. package/oj-c/types/tab-bar-mixed/DataTabBarMixed.types.d.ts +27 -0
  370. package/oj-c/types/tab-bar-mixed/DataTabBarMixedIcon.d.ts +12 -0
  371. package/oj-c/types/tab-bar-mixed/environment.d.ts +1 -0
  372. package/oj-c/types/tab-bar-mixed/index.d.ts +2 -0
  373. package/oj-c/types/tab-bar-mixed/sumBadge.d.ts +6 -0
  374. package/oj-c/types/tab-bar-mixed/tab-bar-mixed.d.ts +104 -0
  375. package/oj-c/types/utils/PRIVATE_ItemsMenu/index.d.ts +1 -1
  376. package/oj-c/types/utils/PRIVATE_ItemsMenu/items-menu.d.ts +3 -2
  377. package/oj-c/types/utils/PRIVATE_chartUtils/axisUtils.d.ts +3 -0
  378. package/oj-c/types/utils/UNSAFE_vizTypes/chartTypes.d.ts +55 -19
  379. package/oj-c/types/utils/UNSAFE_vizTypes/index.d.ts +1 -0
  380. package/oj-c/utils/PRIVATE_ItemsMenu/items-menu.js +7 -5
  381. package/oj-c/utils/PRIVATE_chartUtils/axisUtils.js +24 -0
  382. package/package.json +4 -4
  383. package/webdriver/docs/assets/navigation.js +1 -1
  384. package/webdriver/docs/assets/search.js +1 -1
  385. package/webdriver/docs/classes/ActionCardWebElement.html +1 -1
  386. package/webdriver/docs/classes/AreaChartWebElement.html +19 -8
  387. package/webdriver/docs/classes/AvatarWebElement.html +1 -1
  388. package/webdriver/docs/classes/ButtonWebElement.html +1 -1
  389. package/webdriver/docs/classes/CheckboxWebElement.html +1 -1
  390. package/webdriver/docs/classes/CheckboxsetWebElement.html +1 -1
  391. package/webdriver/docs/classes/CollapsibleWebElement.html +1 -1
  392. package/webdriver/docs/classes/DrawerPopupWebElement.html +1 -1
  393. package/webdriver/docs/classes/FilePickerWebElement.html +1 -1
  394. package/webdriver/docs/classes/FormLayoutWebElement.html +1 -1
  395. package/webdriver/docs/classes/HighlightTextWebElement.html +1 -1
  396. package/webdriver/docs/classes/InputDateMaskWebElement.html +1 -1
  397. package/webdriver/docs/classes/InputDateTextWebElement.html +1 -1
  398. package/webdriver/docs/classes/InputMonthMaskWebElement.html +211 -0
  399. package/webdriver/docs/classes/InputNumberWebElement.html +1 -1
  400. package/webdriver/docs/classes/InputPasswordWebElement.html +2 -2
  401. package/webdriver/docs/classes/InputSensitiveTextWebElement.html +215 -0
  402. package/webdriver/docs/classes/InputTextWebElement.html +1 -1
  403. package/webdriver/docs/classes/LabelledLinkWebElement.html +1 -1
  404. package/webdriver/docs/classes/LegendWebElement.html +1 -1
  405. package/webdriver/docs/classes/LineChartWebElement.html +12 -6
  406. package/webdriver/docs/classes/ListItemLayoutWebElement.html +1 -1
  407. package/webdriver/docs/classes/ListViewWebElement.html +1 -1
  408. package/webdriver/docs/classes/MenuButtonWebElement.html +1 -1
  409. package/webdriver/docs/classes/MessageBannerWebElement.html +1 -1
  410. package/webdriver/docs/classes/MessageToastWebElement.html +1 -1
  411. package/webdriver/docs/classes/MeterBarWebElement.html +1 -1
  412. package/webdriver/docs/classes/MeterCircleWebElement.html +1 -1
  413. package/webdriver/docs/classes/ProgressBarWebElement.html +1 -1
  414. package/webdriver/docs/classes/ProgressCircleWebElement.html +1 -1
  415. package/webdriver/docs/classes/RadiosetWebElement.html +1 -1
  416. package/webdriver/docs/classes/RatingGaugeWebElement.html +1 -1
  417. package/webdriver/docs/classes/SelectMultipleWebElement.html +1 -1
  418. package/webdriver/docs/classes/SelectSingleWebElement.html +1 -1
  419. package/webdriver/docs/classes/SelectionCardWebElement.html +1 -1
  420. package/webdriver/docs/classes/SelectorAllWebElement.html +6 -2
  421. package/webdriver/docs/classes/SelectorWebElement.html +1 -1
  422. package/webdriver/docs/classes/SplitMenuButtonWebElement.html +7 -3
  423. package/webdriver/docs/classes/TabBarMixedWebElement.html +139 -0
  424. package/webdriver/docs/classes/TagCloudWebElement.html +1 -1
  425. package/webdriver/docs/classes/TextAreaWebElement.html +1 -1
  426. package/webdriver/docs/functions/findActionCard.html +1 -1
  427. package/webdriver/docs/functions/findAreaChart.html +1 -1
  428. package/webdriver/docs/functions/findAvatar.html +1 -1
  429. package/webdriver/docs/functions/findButton.html +1 -1
  430. package/webdriver/docs/functions/findCheckbox.html +1 -1
  431. package/webdriver/docs/functions/findCheckboxset.html +1 -1
  432. package/webdriver/docs/functions/findCollapsible.html +1 -1
  433. package/webdriver/docs/functions/findDrawerPopup.html +1 -1
  434. package/webdriver/docs/functions/findFilePicker.html +1 -1
  435. package/webdriver/docs/functions/findFormLayout.html +1 -1
  436. package/webdriver/docs/functions/findHighlightText.html +1 -1
  437. package/webdriver/docs/functions/findInputDateMask.html +1 -1
  438. package/webdriver/docs/functions/findInputDateText.html +1 -1
  439. package/webdriver/docs/functions/findInputMonthMask.html +8 -0
  440. package/webdriver/docs/functions/findInputNumber.html +1 -1
  441. package/webdriver/docs/functions/findInputPassword.html +1 -1
  442. package/webdriver/docs/functions/findInputSensitiveText.html +8 -0
  443. package/webdriver/docs/functions/findInputText.html +1 -1
  444. package/webdriver/docs/functions/findLabelledLink.html +1 -1
  445. package/webdriver/docs/functions/findLegend.html +1 -1
  446. package/webdriver/docs/functions/findLineChart.html +1 -1
  447. package/webdriver/docs/functions/findListItemLayout.html +1 -1
  448. package/webdriver/docs/functions/findListView.html +1 -1
  449. package/webdriver/docs/functions/findMenuButton.html +1 -1
  450. package/webdriver/docs/functions/findMessageBanner.html +1 -1
  451. package/webdriver/docs/functions/findMessageToast.html +1 -1
  452. package/webdriver/docs/functions/findMeterBar.html +1 -1
  453. package/webdriver/docs/functions/findMeterCircle.html +1 -1
  454. package/webdriver/docs/functions/findProgressBar.html +1 -1
  455. package/webdriver/docs/functions/findProgressCircle.html +1 -1
  456. package/webdriver/docs/functions/findRadioset.html +1 -1
  457. package/webdriver/docs/functions/findRatingGauge.html +1 -1
  458. package/webdriver/docs/functions/findSelectMultiple.html +1 -1
  459. package/webdriver/docs/functions/findSelectSingle.html +1 -1
  460. package/webdriver/docs/functions/findSelectionCard.html +1 -1
  461. package/webdriver/docs/functions/findSelector.html +1 -1
  462. package/webdriver/docs/functions/findSelectorAll.html +1 -1
  463. package/webdriver/docs/functions/findSplitMenuButton.html +1 -1
  464. package/webdriver/docs/functions/findTabBarMixed.html +8 -0
  465. package/webdriver/docs/functions/findTagCloud.html +1 -1
  466. package/webdriver/docs/functions/findTextArea.html +1 -1
  467. package/webdriver/docs/index.html +1 -1
  468. package/webdriver/docs/modules.html +7 -1
  469. package/webdriver/index.d.ts +3 -0
  470. package/webdriver/index.js +3 -0
  471. package/webdriver/index.js.map +1 -1
  472. package/webdriver/index.ts +3 -0
@@ -18,11 +18,11 @@
18
18
  <body>
19
19
 
20
20
 
21
- <nav id="nav" data-current-item="navItem47">
21
+ <nav id="nav" data-current-item="navItem50">
22
22
 
23
23
  <h2>Oracle® JET</h2>
24
24
  <h2>Core Pack Components</h2>
25
- <h3>16.0.5</h3>
25
+ <h3>16.1.0</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.5</span><br>
207
+ 16.1.0</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>
@@ -1657,6 +1670,10 @@ If groupComparator(a, b) is greater than 0, chart group b comes before chart gro
1657
1670
 
1658
1671
  <dd class="">
1659
1672
 
1673
+ <div class="description">
1674
+ An array of category strings used for filtering. Series or data items with any category matching an item in this array will be filtered.
1675
+ </div>
1676
+
1660
1677
 
1661
1678
 
1662
1679
 
@@ -1733,7 +1750,7 @@ If groupComparator(a, b) is greater than 0, chart group b comes before chart gro
1733
1750
 
1734
1751
  <h4 id="hideAndShowBehavior" class="name">
1735
1752
 
1736
- <span class="type-signature"></span>hide-and-show-behavior<span class="type-signature"> :"none"|"withoutRescale"|"withRescale"</span>
1753
+ <span class="type-signature"></span>hide-and-show-behavior<span class="type-signature"> :"withRescale"|"withoutRescale"|"none"</span>
1737
1754
  <a class="bookmarkable-link" title="Bookmarkable Link" href="#hideAndShowBehavior"></a>
1738
1755
 
1739
1756
  </h4>
@@ -1755,6 +1772,85 @@ If groupComparator(a, b) is greater than 0, chart group b comes before chart gro
1755
1772
 
1756
1773
 
1757
1774
 
1775
+ <h5 class="subsection-title">Supported Values:</h5>
1776
+
1777
+ <dl>
1778
+
1779
+ <table class="props">
1780
+ <thead>
1781
+ <tr>
1782
+
1783
+ <th>Value</th>
1784
+
1785
+
1786
+
1787
+
1788
+
1789
+
1790
+
1791
+ <th class="last">Description</th>
1792
+
1793
+ </tr>
1794
+ </thead>
1795
+
1796
+ <tbody>
1797
+
1798
+
1799
+ <tr>
1800
+
1801
+ <td class="name"><code>none</code></td>
1802
+
1803
+
1804
+
1805
+
1806
+
1807
+
1808
+
1809
+ <td class="description last">No hide and show behavior.
1810
+ </td>
1811
+
1812
+ </tr>
1813
+
1814
+
1815
+
1816
+ <tr>
1817
+
1818
+ <td class="name"><code>withRescale</code></td>
1819
+
1820
+
1821
+
1822
+
1823
+
1824
+
1825
+
1826
+ <td class="description last">Rescaling of y axis when items are hidden.
1827
+ </td>
1828
+
1829
+ </tr>
1830
+
1831
+
1832
+
1833
+ <tr>
1834
+
1835
+ <td class="name"><code>withoutRescale</code></td>
1836
+
1837
+
1838
+
1839
+
1840
+
1841
+
1842
+
1843
+ <td class="description last">No rescaling of y axis when items are hidden.
1844
+ </td>
1845
+
1846
+ </tr>
1847
+
1848
+
1849
+ </tbody>
1850
+ </table></dl>
1851
+
1852
+
1853
+
1758
1854
 
1759
1855
  <dt class="tag-default">Default Value:</dt>
1760
1856
  <dd class="tag-default"><ul class="dummy"><li><code class="prettyprint">"none"</code></li></ul></dd>
@@ -1820,7 +1916,7 @@ If groupComparator(a, b) is greater than 0, chart group b comes before chart gro
1820
1916
 
1821
1917
  <h4 id="highlightMatch" class="name">
1822
1918
 
1823
- <span class="type-signature"></span>highlight-match<span class="type-signature"> :"all"|"any"</span>
1919
+ <span class="type-signature"></span>highlight-match<span class="type-signature"> :"any"|"all"</span>
1824
1920
  <a class="bookmarkable-link" title="Bookmarkable Link" href="#highlightMatch"></a>
1825
1921
 
1826
1922
  </h4>
@@ -1844,6 +1940,68 @@ If highlightMatch is 'any', then items that match at least one of the highlighte
1844
1940
 
1845
1941
 
1846
1942
 
1943
+ <h5 class="subsection-title">Supported Values:</h5>
1944
+
1945
+ <dl>
1946
+
1947
+ <table class="props">
1948
+ <thead>
1949
+ <tr>
1950
+
1951
+ <th>Value</th>
1952
+
1953
+
1954
+
1955
+
1956
+
1957
+
1958
+
1959
+ <th class="last">Description</th>
1960
+
1961
+ </tr>
1962
+ </thead>
1963
+
1964
+ <tbody>
1965
+
1966
+
1967
+ <tr>
1968
+
1969
+ <td class="name"><code>all</code></td>
1970
+
1971
+
1972
+
1973
+
1974
+
1975
+
1976
+
1977
+ <td class="description last">Items only with all matching categories will be highlighted.
1978
+ </td>
1979
+
1980
+ </tr>
1981
+
1982
+
1983
+
1984
+ <tr>
1985
+
1986
+ <td class="name"><code>any</code></td>
1987
+
1988
+
1989
+
1990
+
1991
+
1992
+
1993
+
1994
+ <td class="description last">Any matching categories will be highlighted.
1995
+ </td>
1996
+
1997
+ </tr>
1998
+
1999
+
2000
+ </tbody>
2001
+ </table></dl>
2002
+
2003
+
2004
+
1847
2005
 
1848
2006
  <dt class="tag-default">Default Value:</dt>
1849
2007
  <dd class="tag-default"><ul class="dummy"><li><code class="prettyprint">"any"</code></li></ul></dd>
@@ -1999,7 +2157,7 @@ If highlightMatch is 'any', then items that match at least one of the highlighte
1999
2157
 
2000
2158
  <h4 id="hoverBehavior" class="name">
2001
2159
 
2002
- <span class="type-signature"></span>hover-behavior<span class="type-signature"> :"none"|"dim"</span>
2160
+ <span class="type-signature"></span>hover-behavior<span class="type-signature"> :"dim"|"none"</span>
2003
2161
  <a class="bookmarkable-link" title="Bookmarkable Link" href="#hoverBehavior"></a>
2004
2162
 
2005
2163
  </h4>
@@ -2021,6 +2179,68 @@ If highlightMatch is 'any', then items that match at least one of the highlighte
2021
2179
 
2022
2180
 
2023
2181
 
2182
+ <h5 class="subsection-title">Supported Values:</h5>
2183
+
2184
+ <dl>
2185
+
2186
+ <table class="props">
2187
+ <thead>
2188
+ <tr>
2189
+
2190
+ <th>Value</th>
2191
+
2192
+
2193
+
2194
+
2195
+
2196
+
2197
+
2198
+ <th class="last">Description</th>
2199
+
2200
+ </tr>
2201
+ </thead>
2202
+
2203
+ <tbody>
2204
+
2205
+
2206
+ <tr>
2207
+
2208
+ <td class="name"><code>dim</code></td>
2209
+
2210
+
2211
+
2212
+
2213
+
2214
+
2215
+
2216
+ <td class="description last">Hovered items will be dimmed.
2217
+ </td>
2218
+
2219
+ </tr>
2220
+
2221
+
2222
+
2223
+ <tr>
2224
+
2225
+ <td class="name"><code>none</code></td>
2226
+
2227
+
2228
+
2229
+
2230
+
2231
+
2232
+
2233
+ <td class="description last">No hover behavior.
2234
+ </td>
2235
+
2236
+ </tr>
2237
+
2238
+
2239
+ </tbody>
2240
+ </table></dl>
2241
+
2242
+
2243
+
2024
2244
 
2025
2245
  <dt class="tag-default">Default Value:</dt>
2026
2246
  <dd class="tag-default"><ul class="dummy"><li><code class="prettyprint">"none"</code></li></ul></dd>
@@ -2493,7 +2713,7 @@ If highlightMatch is 'any', then items that match at least one of the highlighte
2493
2713
 
2494
2714
  <h4 id="selectionMode" class="name">
2495
2715
 
2496
- <span class="type-signature"></span>selection-mode<span class="type-signature"> :"none"|"multiple"|"single"</span>
2716
+ <span class="type-signature"></span>selection-mode<span class="type-signature"> :"none"|"single"|"multiple"</span>
2497
2717
  <a class="bookmarkable-link" title="Bookmarkable Link" href="#selectionMode"></a>
2498
2718
 
2499
2719
  </h4>
@@ -2515,67 +2735,146 @@ If highlightMatch is 'any', then items that match at least one of the highlighte
2515
2735
 
2516
2736
 
2517
2737
 
2518
-
2519
- <dt class="tag-default">Default Value:</dt>
2520
- <dd class="tag-default"><ul class="dummy"><li><code class="prettyprint">"none"</code></li></ul></dd>
2521
-
2522
-
2523
-
2524
-
2525
-
2526
-
2527
-
2528
-
2529
-
2530
-
2531
-
2532
-
2533
-
2534
-
2535
-
2536
-
2537
-
2538
-
2539
-
2540
-
2541
-
2542
-
2543
-
2544
-
2545
-
2546
- </dl>
2738
+ <h5 class="subsection-title">Supported Values:</h5>
2547
2739
 
2548
-
2549
-
2550
- <h5>Names</h5>
2551
- <table class="keyboard-table">
2552
- <thead>
2553
- <tr>
2554
- <th>Item</th>
2555
- <th>Name</th>
2556
- </tr>
2557
- </thead>
2558
- <tbody>
2559
- <tr>
2560
- <td>Property</td>
2561
- <td><code class="prettyprint">selectionMode</code></td>
2562
- </tr>
2563
-
2564
- <tr>
2565
- <td>Property change event</td>
2566
- <td><code class="prettyprint">selectionModeChanged</code></td>
2567
- </tr>
2568
- <tr>
2569
- <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>
2570
- <td><code class="pretty-print-noprettify">on-selection-mode-changed</code></td>
2571
- </tr>
2572
-
2573
- </tbody>
2574
- </table>
2575
-
2576
- </dd>
2577
-
2578
-
2740
+ <dl>
2741
+
2742
+ <table class="props">
2743
+ <thead>
2744
+ <tr>
2745
+
2746
+ <th>Value</th>
2747
+
2748
+
2749
+
2750
+
2751
+
2752
+
2753
+
2754
+ <th class="last">Description</th>
2755
+
2756
+ </tr>
2757
+ </thead>
2758
+
2759
+ <tbody>
2760
+
2761
+
2762
+ <tr>
2763
+
2764
+ <td class="name"><code>multiple</code></td>
2765
+
2766
+
2767
+
2768
+
2769
+
2770
+
2771
+
2772
+ <td class="description last">Multiple items can be selected.
2773
+ </td>
2774
+
2775
+ </tr>
2776
+
2777
+
2778
+
2779
+ <tr>
2780
+
2781
+ <td class="name"><code>none</code></td>
2782
+
2783
+
2784
+
2785
+
2786
+
2787
+
2788
+
2789
+ <td class="description last">No item can be selected.
2790
+ </td>
2791
+
2792
+ </tr>
2793
+
2794
+
2795
+
2796
+ <tr>
2797
+
2798
+ <td class="name"><code>single</code></td>
2799
+
2800
+
2801
+
2802
+
2803
+
2804
+
2805
+
2806
+ <td class="description last">Single item can be selected.
2807
+ </td>
2808
+
2809
+ </tr>
2810
+
2811
+
2812
+ </tbody>
2813
+ </table></dl>
2814
+
2815
+
2816
+
2817
+
2818
+ <dt class="tag-default">Default Value:</dt>
2819
+ <dd class="tag-default"><ul class="dummy"><li><code class="prettyprint">"none"</code></li></ul></dd>
2820
+
2821
+
2822
+
2823
+
2824
+
2825
+
2826
+
2827
+
2828
+
2829
+
2830
+
2831
+
2832
+
2833
+
2834
+
2835
+
2836
+
2837
+
2838
+
2839
+
2840
+
2841
+
2842
+
2843
+
2844
+
2845
+ </dl>
2846
+
2847
+
2848
+
2849
+ <h5>Names</h5>
2850
+ <table class="keyboard-table">
2851
+ <thead>
2852
+ <tr>
2853
+ <th>Item</th>
2854
+ <th>Name</th>
2855
+ </tr>
2856
+ </thead>
2857
+ <tbody>
2858
+ <tr>
2859
+ <td>Property</td>
2860
+ <td><code class="prettyprint">selectionMode</code></td>
2861
+ </tr>
2862
+
2863
+ <tr>
2864
+ <td>Property change event</td>
2865
+ <td><code class="prettyprint">selectionModeChanged</code></td>
2866
+ </tr>
2867
+ <tr>
2868
+ <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>
2869
+ <td><code class="pretty-print-noprettify">on-selection-mode-changed</code></td>
2870
+ </tr>
2871
+
2872
+ </tbody>
2873
+ </table>
2874
+
2875
+ </dd>
2876
+
2877
+
2579
2878
  <dt class="">
2580
2879
 
2581
2880
  <h4 id="seriesComparator" class="name">
@@ -2813,6 +3112,92 @@ If seriesComparator(a, b) is greater than 0, chart series b comes before chart s
2813
3112
  </dd>
2814
3113
 
2815
3114
 
3115
+ <dt class="">
3116
+
3117
+ <h4 id="timeAxisType" class="name">
3118
+
3119
+ <span class="type-signature"></span>time-axis-type<span class="type-signature"> :"enabled"|"mixedFrequency"|"skipGaps"</span>
3120
+ <a class="bookmarkable-link" title="Bookmarkable Link" href="#timeAxisType"></a>
3121
+
3122
+ </h4>
3123
+
3124
+
3125
+ </dt>
3126
+
3127
+ <dd class="">
3128
+
3129
+ <div class="description">
3130
+ 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.AreaChartItem.html">oj-c-area-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.
3131
+ If the value is "mixedFrequency", the time values must be provided through the "x" attribute of the <a target="_blank" href="oj-c.AreaChartItem.html">oj-c-area-chart-item</a> element. In this case stacking is not supported.
3132
+ The time values provided must be an ISO date string.
3133
+ </div>
3134
+
3135
+
3136
+
3137
+
3138
+ <dl class="details">
3139
+
3140
+
3141
+
3142
+
3143
+
3144
+
3145
+
3146
+
3147
+
3148
+
3149
+
3150
+
3151
+
3152
+
3153
+
3154
+
3155
+
3156
+
3157
+
3158
+
3159
+
3160
+
3161
+
3162
+
3163
+
3164
+
3165
+
3166
+
3167
+
3168
+ </dl>
3169
+
3170
+
3171
+
3172
+ <h5>Names</h5>
3173
+ <table class="keyboard-table">
3174
+ <thead>
3175
+ <tr>
3176
+ <th>Item</th>
3177
+ <th>Name</th>
3178
+ </tr>
3179
+ </thead>
3180
+ <tbody>
3181
+ <tr>
3182
+ <td>Property</td>
3183
+ <td><code class="prettyprint">timeAxisType</code></td>
3184
+ </tr>
3185
+
3186
+ <tr>
3187
+ <td>Property change event</td>
3188
+ <td><code class="prettyprint">timeAxisTypeChanged</code></td>
3189
+ </tr>
3190
+ <tr>
3191
+ <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>
3192
+ <td><code class="pretty-print-noprettify">on-time-axis-type-changed</code></td>
3193
+ </tr>
3194
+
3195
+ </tbody>
3196
+ </table>
3197
+
3198
+ </dd>
3199
+
3200
+
2816
3201
  <dt class="">
2817
3202
 
2818
3203
  <h4 id="valueFormats" class="name">
@@ -4876,7 +5261,7 @@ While "live" zoom and scroll provides the best end user experience, no guarantes
4876
5261
 
4877
5262
 
4878
5263
 
4879
- <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.
5264
+ <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.
4880
5265
  </td>
4881
5266
 
4882
5267
  </tr>
@@ -5118,7 +5503,7 @@ While "live" zoom and scroll provides the best end user experience, no guarantes
5118
5503
 
5119
5504
 
5120
5505
 
5121
- <td class="description last">TThe description of this object. This is used for accessibility and also for customizing the tooltip text.
5506
+ <td class="description last">The description of this object. This is used for accessibility and also for customizing the tooltip text.
5122
5507
  </td>
5123
5508
 
5124
5509
  </tr>
@@ -5158,6 +5543,42 @@ While "live" zoom and scroll provides the best end user experience, no guarantes
5158
5543
  </tr>
5159
5544
 
5160
5545
 
5546
+ <tr>
5547
+
5548
+ <td class="name"><code>x</code></td>
5549
+
5550
+
5551
+
5552
+ <td class="type">
5553
+
5554
+
5555
+
5556
+ <span class="param-type">string</span>
5557
+
5558
+
5559
+
5560
+
5561
+ </td>
5562
+
5563
+
5564
+ <td class="attributes">
5565
+
5566
+ &lt;optional><br>
5567
+
5568
+
5569
+
5570
+ </td>
5571
+
5572
+
5573
+
5574
+
5575
+
5576
+ <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.
5577
+ </td>
5578
+
5579
+ </tr>
5580
+
5581
+
5161
5582
  </tbody>
5162
5583
  </table></dl>
5163
5584
 
@@ -6946,7 +7367,7 @@ of the chart.
6946
7367
 
6947
7368
 
6948
7369
 
6949
- <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.
7370
+ <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.
6950
7371
  </td>
6951
7372
 
6952
7373
  </tr>
@@ -7188,7 +7609,7 @@ of the chart.
7188
7609
 
7189
7610
 
7190
7611
 
7191
- <td class="description last">TThe description of this object. This is used for accessibility and also for customizing the tooltip text.
7612
+ <td class="description last">The description of this object. This is used for accessibility and also for customizing the tooltip text.
7192
7613
  </td>
7193
7614
 
7194
7615
  </tr>
@@ -7228,21 +7649,57 @@ of the chart.
7228
7649
  </tr>
7229
7650
 
7230
7651
 
7231
- </tbody>
7232
- </table>
7233
-
7234
- </td>
7235
-
7652
+ <tr>
7236
7653
 
7237
- <td class="attributes">
7238
-
7239
-
7240
-
7241
- </td>
7654
+ <td class="name"><code>x</code></td>
7242
7655
 
7243
7656
 
7244
7657
 
7245
-
7658
+ <td class="type">
7659
+
7660
+
7661
+
7662
+ <span class="param-type">string</span>
7663
+
7664
+
7665
+
7666
+
7667
+ </td>
7668
+
7669
+
7670
+ <td class="attributes">
7671
+
7672
+ &lt;optional><br>
7673
+
7674
+
7675
+
7676
+ </td>
7677
+
7678
+
7679
+
7680
+
7681
+
7682
+ <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.
7683
+ </td>
7684
+
7685
+ </tr>
7686
+
7687
+
7688
+ </tbody>
7689
+ </table>
7690
+
7691
+ </td>
7692
+
7693
+
7694
+ <td class="attributes">
7695
+
7696
+
7697
+
7698
+ </td>
7699
+
7700
+
7701
+
7702
+
7246
7703
 
7247
7704
  <td class="description last">
7248
7705
  </td>
@@ -7908,6 +8365,8 @@ of the chart.
7908
8365
 
7909
8366
 
7910
8367
 
8368
+ <th class="last">Description</th>
8369
+
7911
8370
  </tr>
7912
8371
  </thead>
7913
8372
 
@@ -7943,97 +8402,51 @@ of the chart.
7943
8402
 
7944
8403
 
7945
8404
 
8405
+ <td class="description last">The object defining the properties of the major tick of the x axis.
8406
+ </td>
8407
+
7946
8408
  </tr>
7947
8409
 
7948
8410
 
7949
- </tbody>
7950
- </table></dl>
7951
-
7952
-
7953
-
7954
-
7955
-
7956
-
7957
-
7958
-
7959
-
7960
-
7961
-
7962
-
7963
-
7964
-
7965
-
7966
-
7967
-
7968
-
7969
-
7970
-
7971
-
7972
-
7973
-
7974
-
7975
-
7976
-
7977
-
7978
-
7979
-
7980
-
7981
- </dl>
7982
-
7983
-
7984
-
7985
- </dd>
7986
-
7987
-
7988
- <dt class="">
7989
-
7990
- <h4 id="YAxis" class="name">
7991
-
7992
- YAxis
7993
- <a class="bookmarkable-link" title="Bookmarkable Link" href="#YAxis"></a>
7994
-
7995
- </h4>
7996
-
7997
-
7998
- </dt>
7999
-
8000
- <dd class="">
8001
-
8002
-
8003
-
8004
-
8005
- <dl class="details">
8006
-
8007
- <h5 class="subsection-title notoc">Properties:</h5>
8008
-
8009
-
8010
-
8011
- <dl>
8411
+ <tr>
8412
+
8413
+ <td class="name"><code>minorTick</code></td>
8414
+
8415
+
8416
+
8417
+ <td class="type">
8418
+
8419
+
8420
+
8421
+ <span class="param-type">object</span>
8422
+
8012
8423
 
8013
- <table class="props">
8014
- <thead>
8015
- <tr>
8016
-
8017
- <th>Name</th>
8018
8424
 
8019
-
8020
- <th>Type</th>
8021
-
8022
-
8023
- <th>Argument</th>
8024
-
8025
-
8026
-
8027
-
8028
-
8029
- </tr>
8030
- </thead>
8425
+
8426
+ </td>
8427
+
8428
+
8429
+ <td class="attributes">
8430
+
8431
+ &lt;optional><br>
8432
+
8433
+
8434
+
8435
+ </td>
8436
+
8437
+
8438
+
8439
+
8440
+
8441
+ <td class="description last">The object defining the properties of the minor tick of the x axis.
8442
+ </td>
8443
+
8444
+ </tr>
8031
8445
 
8032
- <tbody>
8033
8446
 
8034
8447
  <tr>
8035
8448
 
8036
- <td class="name"><code>majorTick</code></td>
8449
+ <td class="name"><code>scale</code></td>
8037
8450
 
8038
8451
 
8039
8452
 
@@ -8041,7 +8454,10 @@ of the chart.
8041
8454
 
8042
8455
 
8043
8456
 
8044
- <span class="param-type">object</span>
8457
+ <span class="param-type">"linear"</span>
8458
+ |
8459
+
8460
+ <span class="param-type">"log"</span>
8045
8461
 
8046
8462
 
8047
8463
 
@@ -8061,12 +8477,88 @@ of the chart.
8061
8477
 
8062
8478
 
8063
8479
 
8480
+ <td class="description last">Defines the axis scale. If set to log, major ticks will rendered will be incremented in logarithmic ratio.
8481
+ </td>
8482
+
8064
8483
  </tr>
8065
8484
 
8066
8485
 
8067
8486
  <tr>
8068
8487
 
8069
- <td class="name"><code>minorTick</code></td>
8488
+ <td class="name"><code>size</code></td>
8489
+
8490
+
8491
+
8492
+ <td class="type">
8493
+
8494
+
8495
+
8496
+ <span class="param-type">number</span>
8497
+
8498
+
8499
+
8500
+
8501
+ </td>
8502
+
8503
+
8504
+ <td class="attributes">
8505
+
8506
+ &lt;optional><br>
8507
+
8508
+
8509
+
8510
+ </td>
8511
+
8512
+
8513
+
8514
+
8515
+
8516
+ <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).
8517
+ </td>
8518
+
8519
+ </tr>
8520
+
8521
+
8522
+ <tr>
8523
+
8524
+ <td class="name"><code>step</code></td>
8525
+
8526
+
8527
+
8528
+ <td class="type">
8529
+
8530
+
8531
+
8532
+ <span class="param-type">number</span>
8533
+
8534
+
8535
+
8536
+
8537
+ </td>
8538
+
8539
+
8540
+ <td class="attributes">
8541
+
8542
+ &lt;optional><br>
8543
+
8544
+
8545
+
8546
+ </td>
8547
+
8548
+
8549
+
8550
+
8551
+
8552
+ <td class="description last">The increment between major tick marks in y axis. Defaults to null for automatic calculation based on the data.
8553
+ 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.
8554
+ </td>
8555
+
8556
+ </tr>
8557
+
8558
+
8559
+ <tr>
8560
+
8561
+ <td class="name"><code>tickLabel</code></td>
8070
8562
 
8071
8563
 
8072
8564
 
@@ -8094,6 +8586,752 @@ of the chart.
8094
8586
 
8095
8587
 
8096
8588
 
8589
+ <td class="description last">The object defining the properties of tick labels of the x axis.
8590
+ </td>
8591
+
8592
+ </tr>
8593
+
8594
+
8595
+ <tr>
8596
+
8597
+ <td class="name"><code>title</code></td>
8598
+
8599
+
8600
+
8601
+ <td class="type">
8602
+
8603
+
8604
+
8605
+ <span class="param-type">string</span>
8606
+
8607
+
8608
+
8609
+
8610
+ </td>
8611
+
8612
+
8613
+ <td class="attributes">
8614
+
8615
+ &lt;optional><br>
8616
+
8617
+
8618
+
8619
+ </td>
8620
+
8621
+
8622
+
8623
+
8624
+
8625
+ <td class="description last">The title of the axis.
8626
+ </td>
8627
+
8628
+ </tr>
8629
+
8630
+
8631
+ <tr>
8632
+
8633
+ <td class="name"><code>titleStyle</code></td>
8634
+
8635
+
8636
+
8637
+ <td class="type">
8638
+
8639
+
8640
+
8641
+ <span class="param-type">object</span>
8642
+
8643
+
8644
+
8645
+
8646
+ </td>
8647
+
8648
+
8649
+ <td class="attributes">
8650
+
8651
+ &lt;optional><br>
8652
+
8653
+
8654
+
8655
+ </td>
8656
+
8657
+
8658
+
8659
+
8660
+
8661
+ <td class="description last">The object defining the css properties of the axis title.
8662
+ </td>
8663
+
8664
+ </tr>
8665
+
8666
+
8667
+ <tr>
8668
+
8669
+ <td class="name"><code>viewportMax</code></td>
8670
+
8671
+
8672
+
8673
+ <td class="type">
8674
+
8675
+
8676
+
8677
+ <span class="param-type">number</span>
8678
+
8679
+
8680
+
8681
+
8682
+ </td>
8683
+
8684
+
8685
+ <td class="attributes">
8686
+
8687
+ &lt;optional><br>
8688
+
8689
+
8690
+
8691
+ </td>
8692
+
8693
+
8694
+
8695
+
8696
+
8697
+ <td class="description last">Specifies the maximum y coordinate of the current viewport for zoom and scroll.
8698
+ If not specified, this value will be the axis max.
8699
+ </td>
8700
+
8701
+ </tr>
8702
+
8703
+
8704
+ <tr>
8705
+
8706
+ <td class="name"><code>viewportMin</code></td>
8707
+
8708
+
8709
+
8710
+ <td class="type">
8711
+
8712
+
8713
+
8714
+ <span class="param-type">number</span>
8715
+
8716
+
8717
+
8718
+
8719
+ </td>
8720
+
8721
+
8722
+ <td class="attributes">
8723
+
8724
+ &lt;optional><br>
8725
+
8726
+
8727
+
8728
+ </td>
8729
+
8730
+
8731
+
8732
+
8733
+
8734
+ <td class="description last">Specifies the minimum y coordinate of the current viewport for zoom and scroll.
8735
+ If not specified, this value will be the axis min.
8736
+ </td>
8737
+
8738
+ </tr>
8739
+
8740
+
8741
+ </tbody>
8742
+ </table></dl>
8743
+
8744
+
8745
+
8746
+
8747
+
8748
+
8749
+
8750
+
8751
+
8752
+
8753
+
8754
+
8755
+
8756
+
8757
+
8758
+
8759
+
8760
+
8761
+
8762
+
8763
+
8764
+
8765
+
8766
+
8767
+
8768
+
8769
+
8770
+
8771
+
8772
+
8773
+ </dl>
8774
+
8775
+
8776
+
8777
+ </dd>
8778
+
8779
+
8780
+ <dt class="">
8781
+
8782
+ <h4 id="YAxis" class="name">
8783
+
8784
+ YAxis
8785
+ <a class="bookmarkable-link" title="Bookmarkable Link" href="#YAxis"></a>
8786
+
8787
+ </h4>
8788
+
8789
+
8790
+ </dt>
8791
+
8792
+ <dd class="">
8793
+
8794
+
8795
+
8796
+
8797
+ <dl class="details">
8798
+
8799
+ <h5 class="subsection-title notoc">Properties:</h5>
8800
+
8801
+
8802
+
8803
+ <dl>
8804
+
8805
+ <table class="props">
8806
+ <thead>
8807
+ <tr>
8808
+
8809
+ <th>Name</th>
8810
+
8811
+
8812
+ <th>Type</th>
8813
+
8814
+
8815
+ <th>Argument</th>
8816
+
8817
+
8818
+
8819
+
8820
+
8821
+ <th class="last">Description</th>
8822
+
8823
+ </tr>
8824
+ </thead>
8825
+
8826
+ <tbody>
8827
+
8828
+ <tr>
8829
+
8830
+ <td class="name"><code>dataMax</code></td>
8831
+
8832
+
8833
+
8834
+ <td class="type">
8835
+
8836
+
8837
+
8838
+ <span class="param-type">number</span>
8839
+
8840
+
8841
+
8842
+
8843
+ </td>
8844
+
8845
+
8846
+ <td class="attributes">
8847
+
8848
+ &lt;optional><br>
8849
+
8850
+
8851
+
8852
+ </td>
8853
+
8854
+
8855
+
8856
+
8857
+
8858
+ <td class="description last">The maximum data value corresponding to an axis. If specified, the automatic axis extent calculation will use this value.
8859
+ </td>
8860
+
8861
+ </tr>
8862
+
8863
+
8864
+ <tr>
8865
+
8866
+ <td class="name"><code>dataMin</code></td>
8867
+
8868
+
8869
+
8870
+ <td class="type">
8871
+
8872
+
8873
+
8874
+ <span class="param-type">number</span>
8875
+
8876
+
8877
+
8878
+
8879
+ </td>
8880
+
8881
+
8882
+ <td class="attributes">
8883
+
8884
+ &lt;optional><br>
8885
+
8886
+
8887
+
8888
+ </td>
8889
+
8890
+
8891
+
8892
+
8893
+
8894
+ <td class="description last">The minimum data value corresponding to an axis. If specified, the automatic axis extent calculation will use this value.
8895
+ </td>
8896
+
8897
+ </tr>
8898
+
8899
+
8900
+ <tr>
8901
+
8902
+ <td class="name"><code>majorTick</code></td>
8903
+
8904
+
8905
+
8906
+ <td class="type">
8907
+
8908
+
8909
+
8910
+ <span class="param-type">object</span>
8911
+
8912
+
8913
+
8914
+
8915
+ </td>
8916
+
8917
+
8918
+ <td class="attributes">
8919
+
8920
+ &lt;optional><br>
8921
+
8922
+
8923
+
8924
+ </td>
8925
+
8926
+
8927
+
8928
+
8929
+
8930
+ <td class="description last">The object defining the properties of the major tick of the y axis.
8931
+ </td>
8932
+
8933
+ </tr>
8934
+
8935
+
8936
+ <tr>
8937
+
8938
+ <td class="name"><code>max</code></td>
8939
+
8940
+
8941
+
8942
+ <td class="type">
8943
+
8944
+
8945
+
8946
+ <span class="param-type">number</span>
8947
+
8948
+
8949
+
8950
+
8951
+ </td>
8952
+
8953
+
8954
+ <td class="attributes">
8955
+
8956
+ &lt;optional><br>
8957
+
8958
+
8959
+
8960
+ </td>
8961
+
8962
+
8963
+
8964
+
8965
+
8966
+ <td class="description last">The maximum value of the axis. Defaults to null for automatic calculation based on the data.
8967
+ </td>
8968
+
8969
+ </tr>
8970
+
8971
+
8972
+ <tr>
8973
+
8974
+ <td class="name"><code>min</code></td>
8975
+
8976
+
8977
+
8978
+ <td class="type">
8979
+
8980
+
8981
+
8982
+ <span class="param-type">number</span>
8983
+
8984
+
8985
+
8986
+
8987
+ </td>
8988
+
8989
+
8990
+ <td class="attributes">
8991
+
8992
+ &lt;optional><br>
8993
+
8994
+
8995
+
8996
+ </td>
8997
+
8998
+
8999
+
9000
+
9001
+
9002
+ <td class="description last">The minumum value of the axis. Defaults to null for automatic calculation based on the data.
9003
+ </td>
9004
+
9005
+ </tr>
9006
+
9007
+
9008
+ <tr>
9009
+
9010
+ <td class="name"><code>minorTick</code></td>
9011
+
9012
+
9013
+
9014
+ <td class="type">
9015
+
9016
+
9017
+
9018
+ <span class="param-type">object</span>
9019
+
9020
+
9021
+
9022
+
9023
+ </td>
9024
+
9025
+
9026
+ <td class="attributes">
9027
+
9028
+ &lt;optional><br>
9029
+
9030
+
9031
+
9032
+ </td>
9033
+
9034
+
9035
+
9036
+
9037
+
9038
+ <td class="description last">The object defining the properties of the minor tick of the y axis.
9039
+ </td>
9040
+
9041
+ </tr>
9042
+
9043
+
9044
+ <tr>
9045
+
9046
+ <td class="name"><code>scale</code></td>
9047
+
9048
+
9049
+
9050
+ <td class="type">
9051
+
9052
+
9053
+
9054
+ <span class="param-type">"linear"</span>
9055
+ |
9056
+
9057
+ <span class="param-type">"log"</span>
9058
+
9059
+
9060
+
9061
+
9062
+ </td>
9063
+
9064
+
9065
+ <td class="attributes">
9066
+
9067
+ &lt;optional><br>
9068
+
9069
+
9070
+
9071
+ </td>
9072
+
9073
+
9074
+
9075
+
9076
+
9077
+ <td class="description last">Defines the axis scale. If set to log, major ticks will rendered will be incremented in logarithmic ratio.
9078
+ </td>
9079
+
9080
+ </tr>
9081
+
9082
+
9083
+ <tr>
9084
+
9085
+ <td class="name"><code>size</code></td>
9086
+
9087
+
9088
+
9089
+ <td class="type">
9090
+
9091
+
9092
+
9093
+ <span class="param-type">number</span>
9094
+
9095
+
9096
+
9097
+
9098
+ </td>
9099
+
9100
+
9101
+ <td class="attributes">
9102
+
9103
+ &lt;optional><br>
9104
+
9105
+
9106
+
9107
+ </td>
9108
+
9109
+
9110
+
9111
+
9112
+
9113
+ <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).
9114
+ </td>
9115
+
9116
+ </tr>
9117
+
9118
+
9119
+ <tr>
9120
+
9121
+ <td class="name"><code>step</code></td>
9122
+
9123
+
9124
+
9125
+ <td class="type">
9126
+
9127
+
9128
+
9129
+ <span class="param-type">number</span>
9130
+
9131
+
9132
+
9133
+
9134
+ </td>
9135
+
9136
+
9137
+ <td class="attributes">
9138
+
9139
+ &lt;optional><br>
9140
+
9141
+
9142
+
9143
+ </td>
9144
+
9145
+
9146
+
9147
+
9148
+
9149
+ <td class="description last">The increment between major tick marks in y axis. Defaults to null for automatic calculation based on the data.
9150
+ 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.
9151
+ </td>
9152
+
9153
+ </tr>
9154
+
9155
+
9156
+ <tr>
9157
+
9158
+ <td class="name"><code>tickLabel</code></td>
9159
+
9160
+
9161
+
9162
+ <td class="type">
9163
+
9164
+
9165
+
9166
+ <span class="param-type">object</span>
9167
+
9168
+
9169
+
9170
+
9171
+ </td>
9172
+
9173
+
9174
+ <td class="attributes">
9175
+
9176
+ &lt;optional><br>
9177
+
9178
+
9179
+
9180
+ </td>
9181
+
9182
+
9183
+
9184
+
9185
+
9186
+ <td class="description last">The object defining the properties of tick labels of the y axis.
9187
+ </td>
9188
+
9189
+ </tr>
9190
+
9191
+
9192
+ <tr>
9193
+
9194
+ <td class="name"><code>title</code></td>
9195
+
9196
+
9197
+
9198
+ <td class="type">
9199
+
9200
+
9201
+
9202
+ <span class="param-type">string</span>
9203
+
9204
+
9205
+
9206
+
9207
+ </td>
9208
+
9209
+
9210
+ <td class="attributes">
9211
+
9212
+ &lt;optional><br>
9213
+
9214
+
9215
+
9216
+ </td>
9217
+
9218
+
9219
+
9220
+
9221
+
9222
+ <td class="description last">The title of the axis.
9223
+ </td>
9224
+
9225
+ </tr>
9226
+
9227
+
9228
+ <tr>
9229
+
9230
+ <td class="name"><code>titleStyle</code></td>
9231
+
9232
+
9233
+
9234
+ <td class="type">
9235
+
9236
+
9237
+
9238
+ <span class="param-type">object</span>
9239
+
9240
+
9241
+
9242
+
9243
+ </td>
9244
+
9245
+
9246
+ <td class="attributes">
9247
+
9248
+ &lt;optional><br>
9249
+
9250
+
9251
+
9252
+ </td>
9253
+
9254
+
9255
+
9256
+
9257
+
9258
+ <td class="description last">The object defining the css properties of the axis title.
9259
+ </td>
9260
+
9261
+ </tr>
9262
+
9263
+
9264
+ <tr>
9265
+
9266
+ <td class="name"><code>viewportMax</code></td>
9267
+
9268
+
9269
+
9270
+ <td class="type">
9271
+
9272
+
9273
+
9274
+ <span class="param-type">number</span>
9275
+
9276
+
9277
+
9278
+
9279
+ </td>
9280
+
9281
+
9282
+ <td class="attributes">
9283
+
9284
+ &lt;optional><br>
9285
+
9286
+
9287
+
9288
+ </td>
9289
+
9290
+
9291
+
9292
+
9293
+
9294
+ <td class="description last">Specifies the maximum y coordinate of the current viewport for zoom and scroll.
9295
+ If not specified, this value will be the axis max.
9296
+ </td>
9297
+
9298
+ </tr>
9299
+
9300
+
9301
+ <tr>
9302
+
9303
+ <td class="name"><code>viewportMin</code></td>
9304
+
9305
+
9306
+
9307
+ <td class="type">
9308
+
9309
+
9310
+
9311
+ <span class="param-type">number</span>
9312
+
9313
+
9314
+
9315
+
9316
+ </td>
9317
+
9318
+
9319
+ <td class="attributes">
9320
+
9321
+ &lt;optional><br>
9322
+
9323
+
9324
+
9325
+ </td>
9326
+
9327
+
9328
+
9329
+
9330
+
9331
+ <td class="description last">Specifies the minimum y coordinate of the current viewport for zoom and scroll.
9332
+ If not specified, this value will be the axis min.
9333
+ </td>
9334
+
8097
9335
  </tr>
8098
9336
 
8099
9337
 
@@ -8147,7 +9385,7 @@ of the chart.
8147
9385
 
8148
9386
 
8149
9387
  <footer>
8150
- Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3.6.11</a> on Sat Apr 27 2024 00:30:44 GMT+0000 (Coordinated Universal Time)<br>
9388
+ Documentation generated by <a href="https://github.com/jsdoc3/jsdoc">JSDoc 3.6.11</a> on Fri May 03 2024 18:09:59 GMT+0000 (Coordinated Universal Time)<br>
8151
9389
  <span class="product-docs-footer">Copyright © 2014, 2024 Oracle. All rights reserved.<span>
8152
9390
  </footer>
8153
9391