@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
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "area-chart",
3
- "version": "16.0.5",
4
- "jetVersion": "^16.0.5",
3
+ "version": "16.1.0",
4
+ "jetVersion": "^16.1.0",
5
5
  "pack": "oj-c",
6
6
  "type": "composite",
7
7
  "dependencyScope": "runtime",
@@ -74,7 +74,7 @@
74
74
  "stack": {
75
75
  "type": "string",
76
76
  "description": "Defines whether the data items are stacked.",
77
- "displayName": "stack",
77
+ "displayName": "Stack",
78
78
  "help": "#stack",
79
79
  "propertyEditorValues": {
80
80
  "on": {
@@ -134,14 +134,72 @@
134
134
  ],
135
135
  "value": "vertical"
136
136
  },
137
+ "timeAxisType": {
138
+ "type": "string",
139
+ "description": "The time axis type of the chart x axis.",
140
+ "displayName": "TimeAxisType",
141
+ "help": "#timeAxisType",
142
+ "enumValues": [
143
+ "enabled",
144
+ "mixedFrequency",
145
+ "skipGaps"
146
+ ]
147
+ },
137
148
  "yAxis": {
138
149
  "type": "object",
150
+ "description": "An object defining y axis properties.",
151
+ "displayName": "Y Axis",
152
+ "help": "#yAxis",
139
153
  "properties": {
154
+ "dataMax": {
155
+ "type": "number",
156
+ "description": "The maximum value of the chart data.",
157
+ "displayName": "Data Max"
158
+ },
159
+ "dataMin": {
160
+ "type": "number",
161
+ "description": "The minimum value of the chart data.",
162
+ "displayName": "Data Min"
163
+ },
164
+ "max": {
165
+ "type": "number",
166
+ "description": "The maximum value of the y axis.",
167
+ "displayName": "Max"
168
+ },
169
+ "min": {
170
+ "type": "number",
171
+ "description": "The minimum value of the y axis.",
172
+ "displayName": "Min"
173
+ },
140
174
  "majorTick": {
141
175
  "type": "object",
176
+ "description": "The y axis major tick properties.",
177
+ "displayName": "Major Tick",
142
178
  "properties": {
179
+ "lineColor": {
180
+ "type": "string",
181
+ "description": "The color of the line.",
182
+ "displayName": "Line Color",
183
+ "format": "color"
184
+ },
143
185
  "lineStyle": {
144
186
  "type": "string",
187
+ "description": "The style of the line.",
188
+ "displayName": "Line Style",
189
+ "propertyEditorValues": {
190
+ "dashed": {
191
+ "description": "Renders dashed major tick.",
192
+ "displayName": "Dashed"
193
+ },
194
+ "dotted": {
195
+ "description": "Renders dotted major tick.",
196
+ "displayName": "Dotted"
197
+ },
198
+ "solid": {
199
+ "description": "Renders solid major tick.",
200
+ "displayName": "Solid"
201
+ }
202
+ },
145
203
  "enumValues": [
146
204
  "dashed",
147
205
  "dotted",
@@ -149,199 +207,28 @@
149
207
  ]
150
208
  },
151
209
  "lineWidth": {
152
- "type": "number"
153
- },
154
- "lineColor": {
155
- "type": "string",
156
- "propertyEditorValues": {
157
- "transparent": {},
158
- "inherit": {},
159
- "initial": {},
160
- "-moz-initial": {},
161
- "revert": {},
162
- "revert-layer": {},
163
- "unset": {},
164
- "aliceblue": {},
165
- "antiquewhite": {},
166
- "aqua": {},
167
- "aquamarine": {},
168
- "azure": {},
169
- "beige": {},
170
- "bisque": {},
171
- "black": {},
172
- "blanchedalmond": {},
173
- "blue": {},
174
- "blueviolet": {},
175
- "brown": {},
176
- "burlywood": {},
177
- "cadetblue": {},
178
- "chartreuse": {},
179
- "chocolate": {},
180
- "coral": {},
181
- "cornflowerblue": {},
182
- "cornsilk": {},
183
- "crimson": {},
184
- "cyan": {},
185
- "darkblue": {},
186
- "darkcyan": {},
187
- "darkgoldenrod": {},
188
- "darkgray": {},
189
- "darkgreen": {},
190
- "darkgrey": {},
191
- "darkkhaki": {},
192
- "darkmagenta": {},
193
- "darkolivegreen": {},
194
- "darkorange": {},
195
- "darkorchid": {},
196
- "darkred": {},
197
- "darksalmon": {},
198
- "darkseagreen": {},
199
- "darkslateblue": {},
200
- "darkslategray": {},
201
- "darkslategrey": {},
202
- "darkturquoise": {},
203
- "darkviolet": {},
204
- "deeppink": {},
205
- "deepskyblue": {},
206
- "dimgray": {},
207
- "dimgrey": {},
208
- "dodgerblue": {},
209
- "firebrick": {},
210
- "floralwhite": {},
211
- "forestgreen": {},
212
- "fuchsia": {},
213
- "gainsboro": {},
214
- "ghostwhite": {},
215
- "gold": {},
216
- "goldenrod": {},
217
- "gray": {},
218
- "green": {},
219
- "greenyellow": {},
220
- "grey": {},
221
- "honeydew": {},
222
- "hotpink": {},
223
- "indianred": {},
224
- "indigo": {},
225
- "ivory": {},
226
- "khaki": {},
227
- "lavender": {},
228
- "lavenderblush": {},
229
- "lawngreen": {},
230
- "lemonchiffon": {},
231
- "lightblue": {},
232
- "lightcoral": {},
233
- "lightcyan": {},
234
- "lightgoldenrodyellow": {},
235
- "lightgray": {},
236
- "lightgreen": {},
237
- "lightgrey": {},
238
- "lightpink": {},
239
- "lightsalmon": {},
240
- "lightseagreen": {},
241
- "lightskyblue": {},
242
- "lightslategray": {},
243
- "lightslategrey": {},
244
- "lightsteelblue": {},
245
- "lightyellow": {},
246
- "lime": {},
247
- "limegreen": {},
248
- "linen": {},
249
- "magenta": {},
250
- "maroon": {},
251
- "mediumaquamarine": {},
252
- "mediumblue": {},
253
- "mediumorchid": {},
254
- "mediumpurple": {},
255
- "mediumseagreen": {},
256
- "mediumslateblue": {},
257
- "mediumspringgreen": {},
258
- "mediumturquoise": {},
259
- "mediumvioletred": {},
260
- "midnightblue": {},
261
- "mintcream": {},
262
- "mistyrose": {},
263
- "moccasin": {},
264
- "navajowhite": {},
265
- "navy": {},
266
- "oldlace": {},
267
- "olive": {},
268
- "olivedrab": {},
269
- "orange": {},
270
- "orangered": {},
271
- "orchid": {},
272
- "palegoldenrod": {},
273
- "palegreen": {},
274
- "paleturquoise": {},
275
- "palevioletred": {},
276
- "papayawhip": {},
277
- "peachpuff": {},
278
- "peru": {},
279
- "pink": {},
280
- "plum": {},
281
- "powderblue": {},
282
- "purple": {},
283
- "rebeccapurple": {},
284
- "red": {},
285
- "rosybrown": {},
286
- "royalblue": {},
287
- "saddlebrown": {},
288
- "salmon": {},
289
- "sandybrown": {},
290
- "seagreen": {},
291
- "seashell": {},
292
- "sienna": {},
293
- "silver": {},
294
- "skyblue": {},
295
- "slateblue": {},
296
- "slategray": {},
297
- "slategrey": {},
298
- "snow": {},
299
- "springgreen": {},
300
- "steelblue": {},
301
- "tan": {},
302
- "teal": {},
303
- "thistle": {},
304
- "tomato": {},
305
- "turquoise": {},
306
- "violet": {},
307
- "wheat": {},
308
- "white": {},
309
- "whitesmoke": {},
310
- "yellow": {},
311
- "yellowgreen": {},
312
- "ActiveBorder": {},
313
- "ActiveCaption": {},
314
- "AppWorkspace": {},
315
- "Background": {},
316
- "ButtonFace": {},
317
- "ButtonHighlight": {},
318
- "ButtonShadow": {},
319
- "ButtonText": {},
320
- "CaptionText": {},
321
- "GrayText": {},
322
- "Highlight": {},
323
- "HighlightText": {},
324
- "InactiveBorder": {},
325
- "InactiveCaption": {},
326
- "InactiveCaptionText": {},
327
- "InfoBackground": {},
328
- "InfoText": {},
329
- "Menu": {},
330
- "MenuText": {},
331
- "Scrollbar": {},
332
- "ThreeDDarkShadow": {},
333
- "ThreeDFace": {},
334
- "ThreeDHighlight": {},
335
- "ThreeDLightShadow": {},
336
- "ThreeDShadow": {},
337
- "Window": {},
338
- "WindowFrame": {},
339
- "WindowText": {},
340
- "currentcolor": {}
341
- }
210
+ "type": "number",
211
+ "description": "The width of the line.",
212
+ "displayName": "Line Width"
342
213
  },
343
214
  "rendered": {
344
215
  "type": "string",
216
+ "description": "The color of the line.",
217
+ "displayName": "Rendered",
218
+ "propertyEditorValues": {
219
+ "off": {
220
+ "description": "Renders the minor tick.",
221
+ "displayName": "Off"
222
+ },
223
+ "on": {
224
+ "description": "Does not render the minor tick.",
225
+ "displayName": "On"
226
+ },
227
+ "auto": {
228
+ "description": "Renders the minor tick for log scale.",
229
+ "displayName": "Auto"
230
+ }
231
+ },
345
232
  "enumValues": [
346
233
  "auto",
347
234
  "off",
@@ -352,9 +239,33 @@
352
239
  },
353
240
  "minorTick": {
354
241
  "type": "object",
242
+ "description": "The y axis minor tick properties.",
243
+ "displayName": "Minor Tick",
355
244
  "properties": {
245
+ "lineColor": {
246
+ "type": "string",
247
+ "description": "The color of the line.",
248
+ "displayName": "Line Color",
249
+ "format": "color"
250
+ },
356
251
  "lineStyle": {
357
252
  "type": "string",
253
+ "description": "The style of the line.",
254
+ "displayName": "Line Style",
255
+ "propertyEditorValues": {
256
+ "dashed": {
257
+ "description": "Renders dashed major tick.",
258
+ "displayName": "Dashed"
259
+ },
260
+ "dotted": {
261
+ "description": "Renders dotted major tick.",
262
+ "displayName": "Dotted"
263
+ },
264
+ "solid": {
265
+ "description": "Renders solid major tick.",
266
+ "displayName": "Solid"
267
+ }
268
+ },
358
269
  "enumValues": [
359
270
  "dashed",
360
271
  "dotted",
@@ -362,217 +273,158 @@
362
273
  ]
363
274
  },
364
275
  "lineWidth": {
365
- "type": "number"
276
+ "type": "number",
277
+ "description": "The width of the line.",
278
+ "displayName": "Line Width"
366
279
  },
367
- "lineColor": {
280
+ "rendered": {
368
281
  "type": "string",
282
+ "description": "Whether the minor tick are rendered.",
283
+ "displayName": "Rendered",
369
284
  "propertyEditorValues": {
370
- "transparent": {},
371
- "inherit": {},
372
- "initial": {},
373
- "-moz-initial": {},
374
- "revert": {},
375
- "revert-layer": {},
376
- "unset": {},
377
- "aliceblue": {},
378
- "antiquewhite": {},
379
- "aqua": {},
380
- "aquamarine": {},
381
- "azure": {},
382
- "beige": {},
383
- "bisque": {},
384
- "black": {},
385
- "blanchedalmond": {},
386
- "blue": {},
387
- "blueviolet": {},
388
- "brown": {},
389
- "burlywood": {},
390
- "cadetblue": {},
391
- "chartreuse": {},
392
- "chocolate": {},
393
- "coral": {},
394
- "cornflowerblue": {},
395
- "cornsilk": {},
396
- "crimson": {},
397
- "cyan": {},
398
- "darkblue": {},
399
- "darkcyan": {},
400
- "darkgoldenrod": {},
401
- "darkgray": {},
402
- "darkgreen": {},
403
- "darkgrey": {},
404
- "darkkhaki": {},
405
- "darkmagenta": {},
406
- "darkolivegreen": {},
407
- "darkorange": {},
408
- "darkorchid": {},
409
- "darkred": {},
410
- "darksalmon": {},
411
- "darkseagreen": {},
412
- "darkslateblue": {},
413
- "darkslategray": {},
414
- "darkslategrey": {},
415
- "darkturquoise": {},
416
- "darkviolet": {},
417
- "deeppink": {},
418
- "deepskyblue": {},
419
- "dimgray": {},
420
- "dimgrey": {},
421
- "dodgerblue": {},
422
- "firebrick": {},
423
- "floralwhite": {},
424
- "forestgreen": {},
425
- "fuchsia": {},
426
- "gainsboro": {},
427
- "ghostwhite": {},
428
- "gold": {},
429
- "goldenrod": {},
430
- "gray": {},
431
- "green": {},
432
- "greenyellow": {},
433
- "grey": {},
434
- "honeydew": {},
435
- "hotpink": {},
436
- "indianred": {},
437
- "indigo": {},
438
- "ivory": {},
439
- "khaki": {},
440
- "lavender": {},
441
- "lavenderblush": {},
442
- "lawngreen": {},
443
- "lemonchiffon": {},
444
- "lightblue": {},
445
- "lightcoral": {},
446
- "lightcyan": {},
447
- "lightgoldenrodyellow": {},
448
- "lightgray": {},
449
- "lightgreen": {},
450
- "lightgrey": {},
451
- "lightpink": {},
452
- "lightsalmon": {},
453
- "lightseagreen": {},
454
- "lightskyblue": {},
455
- "lightslategray": {},
456
- "lightslategrey": {},
457
- "lightsteelblue": {},
458
- "lightyellow": {},
459
- "lime": {},
460
- "limegreen": {},
461
- "linen": {},
462
- "magenta": {},
463
- "maroon": {},
464
- "mediumaquamarine": {},
465
- "mediumblue": {},
466
- "mediumorchid": {},
467
- "mediumpurple": {},
468
- "mediumseagreen": {},
469
- "mediumslateblue": {},
470
- "mediumspringgreen": {},
471
- "mediumturquoise": {},
472
- "mediumvioletred": {},
473
- "midnightblue": {},
474
- "mintcream": {},
475
- "mistyrose": {},
476
- "moccasin": {},
477
- "navajowhite": {},
478
- "navy": {},
479
- "oldlace": {},
480
- "olive": {},
481
- "olivedrab": {},
482
- "orange": {},
483
- "orangered": {},
484
- "orchid": {},
485
- "palegoldenrod": {},
486
- "palegreen": {},
487
- "paleturquoise": {},
488
- "palevioletred": {},
489
- "papayawhip": {},
490
- "peachpuff": {},
491
- "peru": {},
492
- "pink": {},
493
- "plum": {},
494
- "powderblue": {},
495
- "purple": {},
496
- "rebeccapurple": {},
497
- "red": {},
498
- "rosybrown": {},
499
- "royalblue": {},
500
- "saddlebrown": {},
501
- "salmon": {},
502
- "sandybrown": {},
503
- "seagreen": {},
504
- "seashell": {},
505
- "sienna": {},
506
- "silver": {},
507
- "skyblue": {},
508
- "slateblue": {},
509
- "slategray": {},
510
- "slategrey": {},
511
- "snow": {},
512
- "springgreen": {},
513
- "steelblue": {},
514
- "tan": {},
515
- "teal": {},
516
- "thistle": {},
517
- "tomato": {},
518
- "turquoise": {},
519
- "violet": {},
520
- "wheat": {},
521
- "white": {},
522
- "whitesmoke": {},
523
- "yellow": {},
524
- "yellowgreen": {},
525
- "ActiveBorder": {},
526
- "ActiveCaption": {},
527
- "AppWorkspace": {},
528
- "Background": {},
529
- "ButtonFace": {},
530
- "ButtonHighlight": {},
531
- "ButtonShadow": {},
532
- "ButtonText": {},
533
- "CaptionText": {},
534
- "GrayText": {},
535
- "Highlight": {},
536
- "HighlightText": {},
537
- "InactiveBorder": {},
538
- "InactiveCaption": {},
539
- "InactiveCaptionText": {},
540
- "InfoBackground": {},
541
- "InfoText": {},
542
- "Menu": {},
543
- "MenuText": {},
544
- "Scrollbar": {},
545
- "ThreeDDarkShadow": {},
546
- "ThreeDFace": {},
547
- "ThreeDHighlight": {},
548
- "ThreeDLightShadow": {},
549
- "ThreeDShadow": {},
550
- "Window": {},
551
- "WindowFrame": {},
552
- "WindowText": {},
553
- "currentcolor": {}
554
- }
285
+ "off": {
286
+ "description": "Renders the minor tick.",
287
+ "displayName": "Off"
288
+ },
289
+ "on": {
290
+ "description": "Does not render the minor tick.",
291
+ "displayName": "On"
292
+ },
293
+ "auto": {
294
+ "description": "Renders the minor tick for log scale.",
295
+ "displayName": "Auto"
296
+ }
297
+ },
298
+ "enumValues": [
299
+ "auto",
300
+ "off",
301
+ "on"
302
+ ]
303
+ }
304
+ }
305
+ },
306
+ "tickLabel": {
307
+ "type": "object",
308
+ "description": "The y axis tick label properties.",
309
+ "displayName": "Tick Label",
310
+ "properties": {
311
+ "converter": {
312
+ "type": "object",
313
+ "description": "The converter to format the axis tick labels.",
314
+ "displayName": "Converter"
555
315
  },
556
316
  "rendered": {
557
317
  "type": "string",
318
+ "description": "Whether the tick labels are rendered or not.",
319
+ "displayName": "Rendered",
320
+ "propertyEditorValues": {
321
+ "on": {
322
+ "description": "Renders the axis tick label.",
323
+ "displayName": "On"
324
+ },
325
+ "off": {
326
+ "description": "Axis tick labels won't be rendered.",
327
+ "displayName": "Off"
328
+ }
329
+ },
558
330
  "enumValues": [
559
- "auto",
560
331
  "off",
561
332
  "on"
562
333
  ]
334
+ },
335
+ "style": {
336
+ "type": "object",
337
+ "description": "The style of the tick labels.",
338
+ "displayName": "Style"
563
339
  }
564
340
  }
341
+ },
342
+ "viewportMin": {
343
+ "type": "number",
344
+ "description": "The current minimum value of y axis viewport.",
345
+ "displayName": "Viewport Min"
346
+ },
347
+ "viewportMax": {
348
+ "type": "number",
349
+ "description": "The current maximum value of y axis viewport.",
350
+ "displayName": "Viewport Max"
351
+ },
352
+ "step": {
353
+ "type": "number",
354
+ "description": "The increment between major tick marks in y axis.",
355
+ "displayName": "Step"
356
+ },
357
+ "size": {
358
+ "type": "number",
359
+ "description": "The size of the axis.",
360
+ "displayName": "Size"
361
+ },
362
+ "scale": {
363
+ "type": "string",
364
+ "description": "The scale of the axis.",
365
+ "displayName": "Scale",
366
+ "propertyEditorValues": {
367
+ "linear": {
368
+ "description": "Renders linear y axis.",
369
+ "displayName": "Linear"
370
+ },
371
+ "log": {
372
+ "description": "Renders log y axis.",
373
+ "displayName": "Log"
374
+ }
375
+ },
376
+ "enumValues": [
377
+ "linear",
378
+ "log"
379
+ ]
380
+ },
381
+ "title": {
382
+ "type": "string",
383
+ "description": "The axis title.",
384
+ "displayName": "Title"
385
+ },
386
+ "titleStyle": {
387
+ "type": "object",
388
+ "description": "The axis title style.",
389
+ "displayName": "Title Style"
565
390
  }
566
391
  }
567
392
  },
568
393
  "xAxis": {
569
394
  "type": "object",
395
+ "description": "An object defining x axis properties.",
396
+ "displayName": "X Axis",
397
+ "help": "#xAxis",
570
398
  "properties": {
571
399
  "majorTick": {
572
400
  "type": "object",
401
+ "description": "The x axis major tick properties.",
402
+ "displayName": "Major Tick",
573
403
  "properties": {
404
+ "lineColor": {
405
+ "type": "string",
406
+ "description": "The color of the line.",
407
+ "displayName": "Line Color",
408
+ "format": "color"
409
+ },
574
410
  "lineStyle": {
575
411
  "type": "string",
412
+ "description": "The style of the line.",
413
+ "displayName": "Line Style",
414
+ "propertyEditorValues": {
415
+ "dashed": {
416
+ "description": "Renders dashed major tick.",
417
+ "displayName": "Dashed"
418
+ },
419
+ "dotted": {
420
+ "description": "Renders dotted major tick.",
421
+ "displayName": "Dotted"
422
+ },
423
+ "solid": {
424
+ "description": "Renders solid major tick.",
425
+ "displayName": "Solid"
426
+ }
427
+ },
576
428
  "enumValues": [
577
429
  "dashed",
578
430
  "dotted",
@@ -580,199 +432,94 @@
580
432
  ]
581
433
  },
582
434
  "lineWidth": {
583
- "type": "number"
435
+ "type": "number",
436
+ "description": "The width of the line.",
437
+ "displayName": "Line Width"
584
438
  },
439
+ "rendered": {
440
+ "type": "string",
441
+ "description": "The color of the line.",
442
+ "displayName": "Rendered",
443
+ "propertyEditorValues": {
444
+ "off": {
445
+ "description": "Renders the minor tick.",
446
+ "displayName": "Off"
447
+ },
448
+ "on": {
449
+ "description": "Does not render the minor tick.",
450
+ "displayName": "On"
451
+ },
452
+ "auto": {
453
+ "description": "Renders the minor tick for log scale.",
454
+ "displayName": "Auto"
455
+ }
456
+ },
457
+ "enumValues": [
458
+ "auto",
459
+ "off",
460
+ "on"
461
+ ]
462
+ }
463
+ }
464
+ },
465
+ "minorTick": {
466
+ "type": "object",
467
+ "description": "The x axis minor tick properties.",
468
+ "displayName": "Minor Tick",
469
+ "properties": {
585
470
  "lineColor": {
586
471
  "type": "string",
472
+ "description": "The color of the line.",
473
+ "displayName": "Line Color",
474
+ "format": "color"
475
+ },
476
+ "lineStyle": {
477
+ "type": "string",
478
+ "description": "The style of the line.",
479
+ "displayName": "Line Style",
587
480
  "propertyEditorValues": {
588
- "transparent": {},
589
- "inherit": {},
590
- "initial": {},
591
- "-moz-initial": {},
592
- "revert": {},
593
- "revert-layer": {},
594
- "unset": {},
595
- "aliceblue": {},
596
- "antiquewhite": {},
597
- "aqua": {},
598
- "aquamarine": {},
599
- "azure": {},
600
- "beige": {},
601
- "bisque": {},
602
- "black": {},
603
- "blanchedalmond": {},
604
- "blue": {},
605
- "blueviolet": {},
606
- "brown": {},
607
- "burlywood": {},
608
- "cadetblue": {},
609
- "chartreuse": {},
610
- "chocolate": {},
611
- "coral": {},
612
- "cornflowerblue": {},
613
- "cornsilk": {},
614
- "crimson": {},
615
- "cyan": {},
616
- "darkblue": {},
617
- "darkcyan": {},
618
- "darkgoldenrod": {},
619
- "darkgray": {},
620
- "darkgreen": {},
621
- "darkgrey": {},
622
- "darkkhaki": {},
623
- "darkmagenta": {},
624
- "darkolivegreen": {},
625
- "darkorange": {},
626
- "darkorchid": {},
627
- "darkred": {},
628
- "darksalmon": {},
629
- "darkseagreen": {},
630
- "darkslateblue": {},
631
- "darkslategray": {},
632
- "darkslategrey": {},
633
- "darkturquoise": {},
634
- "darkviolet": {},
635
- "deeppink": {},
636
- "deepskyblue": {},
637
- "dimgray": {},
638
- "dimgrey": {},
639
- "dodgerblue": {},
640
- "firebrick": {},
641
- "floralwhite": {},
642
- "forestgreen": {},
643
- "fuchsia": {},
644
- "gainsboro": {},
645
- "ghostwhite": {},
646
- "gold": {},
647
- "goldenrod": {},
648
- "gray": {},
649
- "green": {},
650
- "greenyellow": {},
651
- "grey": {},
652
- "honeydew": {},
653
- "hotpink": {},
654
- "indianred": {},
655
- "indigo": {},
656
- "ivory": {},
657
- "khaki": {},
658
- "lavender": {},
659
- "lavenderblush": {},
660
- "lawngreen": {},
661
- "lemonchiffon": {},
662
- "lightblue": {},
663
- "lightcoral": {},
664
- "lightcyan": {},
665
- "lightgoldenrodyellow": {},
666
- "lightgray": {},
667
- "lightgreen": {},
668
- "lightgrey": {},
669
- "lightpink": {},
670
- "lightsalmon": {},
671
- "lightseagreen": {},
672
- "lightskyblue": {},
673
- "lightslategray": {},
674
- "lightslategrey": {},
675
- "lightsteelblue": {},
676
- "lightyellow": {},
677
- "lime": {},
678
- "limegreen": {},
679
- "linen": {},
680
- "magenta": {},
681
- "maroon": {},
682
- "mediumaquamarine": {},
683
- "mediumblue": {},
684
- "mediumorchid": {},
685
- "mediumpurple": {},
686
- "mediumseagreen": {},
687
- "mediumslateblue": {},
688
- "mediumspringgreen": {},
689
- "mediumturquoise": {},
690
- "mediumvioletred": {},
691
- "midnightblue": {},
692
- "mintcream": {},
693
- "mistyrose": {},
694
- "moccasin": {},
695
- "navajowhite": {},
696
- "navy": {},
697
- "oldlace": {},
698
- "olive": {},
699
- "olivedrab": {},
700
- "orange": {},
701
- "orangered": {},
702
- "orchid": {},
703
- "palegoldenrod": {},
704
- "palegreen": {},
705
- "paleturquoise": {},
706
- "palevioletred": {},
707
- "papayawhip": {},
708
- "peachpuff": {},
709
- "peru": {},
710
- "pink": {},
711
- "plum": {},
712
- "powderblue": {},
713
- "purple": {},
714
- "rebeccapurple": {},
715
- "red": {},
716
- "rosybrown": {},
717
- "royalblue": {},
718
- "saddlebrown": {},
719
- "salmon": {},
720
- "sandybrown": {},
721
- "seagreen": {},
722
- "seashell": {},
723
- "sienna": {},
724
- "silver": {},
725
- "skyblue": {},
726
- "slateblue": {},
727
- "slategray": {},
728
- "slategrey": {},
729
- "snow": {},
730
- "springgreen": {},
731
- "steelblue": {},
732
- "tan": {},
733
- "teal": {},
734
- "thistle": {},
735
- "tomato": {},
736
- "turquoise": {},
737
- "violet": {},
738
- "wheat": {},
739
- "white": {},
740
- "whitesmoke": {},
741
- "yellow": {},
742
- "yellowgreen": {},
743
- "ActiveBorder": {},
744
- "ActiveCaption": {},
745
- "AppWorkspace": {},
746
- "Background": {},
747
- "ButtonFace": {},
748
- "ButtonHighlight": {},
749
- "ButtonShadow": {},
750
- "ButtonText": {},
751
- "CaptionText": {},
752
- "GrayText": {},
753
- "Highlight": {},
754
- "HighlightText": {},
755
- "InactiveBorder": {},
756
- "InactiveCaption": {},
757
- "InactiveCaptionText": {},
758
- "InfoBackground": {},
759
- "InfoText": {},
760
- "Menu": {},
761
- "MenuText": {},
762
- "Scrollbar": {},
763
- "ThreeDDarkShadow": {},
764
- "ThreeDFace": {},
765
- "ThreeDHighlight": {},
766
- "ThreeDLightShadow": {},
767
- "ThreeDShadow": {},
768
- "Window": {},
769
- "WindowFrame": {},
770
- "WindowText": {},
771
- "currentcolor": {}
772
- }
481
+ "dashed": {
482
+ "description": "Renders dashed major tick.",
483
+ "displayName": "Dashed"
484
+ },
485
+ "dotted": {
486
+ "description": "Renders dotted major tick.",
487
+ "displayName": "Dotted"
488
+ },
489
+ "solid": {
490
+ "description": "Renders solid major tick.",
491
+ "displayName": "Solid"
492
+ }
493
+ },
494
+ "enumValues": [
495
+ "dashed",
496
+ "dotted",
497
+ "solid"
498
+ ]
499
+ },
500
+ "lineWidth": {
501
+ "type": "number",
502
+ "description": "The width of the line.",
503
+ "displayName": "Line Width"
773
504
  },
774
505
  "rendered": {
775
506
  "type": "string",
507
+ "description": "Whether the minor tick are rendered.",
508
+ "displayName": "Rendered",
509
+ "propertyEditorValues": {
510
+ "off": {
511
+ "description": "Renders the minor tick.",
512
+ "displayName": "Off"
513
+ },
514
+ "on": {
515
+ "description": "Does not render the minor tick.",
516
+ "displayName": "On"
517
+ },
518
+ "auto": {
519
+ "description": "Renders the minor tick for log scale.",
520
+ "displayName": "Auto"
521
+ }
522
+ },
776
523
  "enumValues": [
777
524
  "auto",
778
525
  "off",
@@ -780,205 +527,103 @@
780
527
  ]
781
528
  }
782
529
  }
530
+ },
531
+ "tickLabel": {
532
+ "type": "object",
533
+ "description": "The x axis tick label properties.",
534
+ "displayName": "Tick Label",
535
+ "properties": {
536
+ "converter": {
537
+ "type": "object|",
538
+ "description": "The converter to format the axis tick labels.",
539
+ "displayName": "Converter"
540
+ },
541
+ "rendered": {
542
+ "type": "string",
543
+ "description": "Whether the tick labels are rendered or not.",
544
+ "displayName": "Rendered",
545
+ "propertyEditorValues": {
546
+ "on": {
547
+ "description": "Renders the axis tick label.",
548
+ "displayName": "On"
549
+ },
550
+ "off": {
551
+ "description": "Axis tick labels won't be rendered.",
552
+ "displayName": "Off"
553
+ }
554
+ },
555
+ "enumValues": [
556
+ "off",
557
+ "on"
558
+ ]
559
+ },
560
+ "style": {
561
+ "type": "object",
562
+ "description": "The style of the tick labels.",
563
+ "displayName": "Style"
564
+ }
565
+ }
566
+ },
567
+ "viewportMin": {
568
+ "type": "number",
569
+ "description": "The current minimum value of x axis viewport.",
570
+ "displayName": "Viewport Min"
571
+ },
572
+ "viewportMax": {
573
+ "type": "number",
574
+ "description": "The current maximum value of x axis viewport.",
575
+ "displayName": "Viewport Max"
576
+ },
577
+ "step": {
578
+ "type": "number",
579
+ "description": "The increment between major tick marks in x axis.",
580
+ "displayName": "Step"
581
+ },
582
+ "size": {
583
+ "type": "number",
584
+ "description": "The size of the axis.",
585
+ "displayName": "Size"
586
+ },
587
+ "scale": {
588
+ "type": "string",
589
+ "description": "The scale of the axis.",
590
+ "displayName": "Scale",
591
+ "enumValues": [
592
+ "linear",
593
+ "log"
594
+ ]
595
+ },
596
+ "title": {
597
+ "type": "string",
598
+ "description": "The axis title.",
599
+ "displayName": "Title"
600
+ },
601
+ "titleStyle": {
602
+ "type": "object",
603
+ "description": "The axis title style.",
604
+ "displayName": "Title Style"
783
605
  }
784
606
  }
785
607
  },
786
608
  "plotArea": {
787
609
  "type": "object",
610
+ "description": "An object defining the style of the plot area.",
611
+ "displayName": "Plot Area",
612
+ "help": "#plotArea",
788
613
  "properties": {
789
614
  "backgroundColor": {
790
615
  "type": "string",
791
- "propertyEditorValues": {
792
- "transparent": {},
793
- "inherit": {},
794
- "initial": {},
795
- "-moz-initial": {},
796
- "revert": {},
797
- "revert-layer": {},
798
- "unset": {},
799
- "aliceblue": {},
800
- "antiquewhite": {},
801
- "aqua": {},
802
- "aquamarine": {},
803
- "azure": {},
804
- "beige": {},
805
- "bisque": {},
806
- "black": {},
807
- "blanchedalmond": {},
808
- "blue": {},
809
- "blueviolet": {},
810
- "brown": {},
811
- "burlywood": {},
812
- "cadetblue": {},
813
- "chartreuse": {},
814
- "chocolate": {},
815
- "coral": {},
816
- "cornflowerblue": {},
817
- "cornsilk": {},
818
- "crimson": {},
819
- "cyan": {},
820
- "darkblue": {},
821
- "darkcyan": {},
822
- "darkgoldenrod": {},
823
- "darkgray": {},
824
- "darkgreen": {},
825
- "darkgrey": {},
826
- "darkkhaki": {},
827
- "darkmagenta": {},
828
- "darkolivegreen": {},
829
- "darkorange": {},
830
- "darkorchid": {},
831
- "darkred": {},
832
- "darksalmon": {},
833
- "darkseagreen": {},
834
- "darkslateblue": {},
835
- "darkslategray": {},
836
- "darkslategrey": {},
837
- "darkturquoise": {},
838
- "darkviolet": {},
839
- "deeppink": {},
840
- "deepskyblue": {},
841
- "dimgray": {},
842
- "dimgrey": {},
843
- "dodgerblue": {},
844
- "firebrick": {},
845
- "floralwhite": {},
846
- "forestgreen": {},
847
- "fuchsia": {},
848
- "gainsboro": {},
849
- "ghostwhite": {},
850
- "gold": {},
851
- "goldenrod": {},
852
- "gray": {},
853
- "green": {},
854
- "greenyellow": {},
855
- "grey": {},
856
- "honeydew": {},
857
- "hotpink": {},
858
- "indianred": {},
859
- "indigo": {},
860
- "ivory": {},
861
- "khaki": {},
862
- "lavender": {},
863
- "lavenderblush": {},
864
- "lawngreen": {},
865
- "lemonchiffon": {},
866
- "lightblue": {},
867
- "lightcoral": {},
868
- "lightcyan": {},
869
- "lightgoldenrodyellow": {},
870
- "lightgray": {},
871
- "lightgreen": {},
872
- "lightgrey": {},
873
- "lightpink": {},
874
- "lightsalmon": {},
875
- "lightseagreen": {},
876
- "lightskyblue": {},
877
- "lightslategray": {},
878
- "lightslategrey": {},
879
- "lightsteelblue": {},
880
- "lightyellow": {},
881
- "lime": {},
882
- "limegreen": {},
883
- "linen": {},
884
- "magenta": {},
885
- "maroon": {},
886
- "mediumaquamarine": {},
887
- "mediumblue": {},
888
- "mediumorchid": {},
889
- "mediumpurple": {},
890
- "mediumseagreen": {},
891
- "mediumslateblue": {},
892
- "mediumspringgreen": {},
893
- "mediumturquoise": {},
894
- "mediumvioletred": {},
895
- "midnightblue": {},
896
- "mintcream": {},
897
- "mistyrose": {},
898
- "moccasin": {},
899
- "navajowhite": {},
900
- "navy": {},
901
- "oldlace": {},
902
- "olive": {},
903
- "olivedrab": {},
904
- "orange": {},
905
- "orangered": {},
906
- "orchid": {},
907
- "palegoldenrod": {},
908
- "palegreen": {},
909
- "paleturquoise": {},
910
- "palevioletred": {},
911
- "papayawhip": {},
912
- "peachpuff": {},
913
- "peru": {},
914
- "pink": {},
915
- "plum": {},
916
- "powderblue": {},
917
- "purple": {},
918
- "rebeccapurple": {},
919
- "red": {},
920
- "rosybrown": {},
921
- "royalblue": {},
922
- "saddlebrown": {},
923
- "salmon": {},
924
- "sandybrown": {},
925
- "seagreen": {},
926
- "seashell": {},
927
- "sienna": {},
928
- "silver": {},
929
- "skyblue": {},
930
- "slateblue": {},
931
- "slategray": {},
932
- "slategrey": {},
933
- "snow": {},
934
- "springgreen": {},
935
- "steelblue": {},
936
- "tan": {},
937
- "teal": {},
938
- "thistle": {},
939
- "tomato": {},
940
- "turquoise": {},
941
- "violet": {},
942
- "wheat": {},
943
- "white": {},
944
- "whitesmoke": {},
945
- "yellow": {},
946
- "yellowgreen": {},
947
- "ActiveBorder": {},
948
- "ActiveCaption": {},
949
- "AppWorkspace": {},
950
- "Background": {},
951
- "ButtonFace": {},
952
- "ButtonHighlight": {},
953
- "ButtonShadow": {},
954
- "ButtonText": {},
955
- "CaptionText": {},
956
- "GrayText": {},
957
- "Highlight": {},
958
- "HighlightText": {},
959
- "InactiveBorder": {},
960
- "InactiveCaption": {},
961
- "InactiveCaptionText": {},
962
- "InfoBackground": {},
963
- "InfoText": {},
964
- "Menu": {},
965
- "MenuText": {},
966
- "Scrollbar": {},
967
- "ThreeDDarkShadow": {},
968
- "ThreeDFace": {},
969
- "ThreeDHighlight": {},
970
- "ThreeDLightShadow": {},
971
- "ThreeDShadow": {},
972
- "Window": {},
973
- "WindowFrame": {},
974
- "WindowText": {},
975
- "currentcolor": {}
976
- }
616
+ "description": "The background color of the plot area.",
617
+ "format": "color",
618
+ "displayName": "Background Color"
977
619
  }
978
620
  }
979
621
  },
980
622
  "zoomAndScroll": {
981
623
  "type": "string",
624
+ "description": "Specifies the zoom and scroll behavior of the chart.",
625
+ "displayName": "Zoom And Scroll",
626
+ "help": "#zoomAndScroll",
982
627
  "enumValues": [
983
628
  "off",
984
629
  "live"
@@ -986,15 +631,33 @@
986
631
  },
987
632
  "valueFormats": {
988
633
  "type": "object",
634
+ "description": "An object specifying value formatting and tooltip behavior.",
635
+ "displayName": "Value Formats",
636
+ "help": "#valueFormats",
989
637
  "properties": {
990
638
  "group": {
991
639
  "type": "object",
640
+ "description": "The object defining formatting and tooltip behavior for the group.",
992
641
  "properties": {
993
642
  "tooltipLabel": {
994
- "type": "string"
643
+ "type": "string",
644
+ "description": "A string representing the label that is displayed before the value in the tooltip.",
645
+ "displayName": "Tooltip Label"
995
646
  },
996
647
  "tooltipDisplay": {
997
648
  "type": "string",
649
+ "description": "Whether the value is displayed in the tooltip.",
650
+ "displayName": "Tooltip Display",
651
+ "propertyEditorValues": {
652
+ "off": {
653
+ "description": "The property will not be displayed in tooltip.",
654
+ "displayName": "Off"
655
+ },
656
+ "on": {
657
+ "description": "The property will be displayed in tooltip.",
658
+ "displayName": "On"
659
+ }
660
+ },
998
661
  "enumValues": [
999
662
  "auto",
1000
663
  "off"
@@ -1004,12 +667,27 @@
1004
667
  },
1005
668
  "series": {
1006
669
  "type": "object",
670
+ "description": "The object defining formatting and tooltip behavior for the series.",
1007
671
  "properties": {
1008
672
  "tooltipLabel": {
1009
- "type": "string"
673
+ "type": "string",
674
+ "description": "A string representing the label that is displayed before the value in the tooltip.",
675
+ "displayName": "Tooltip Label"
1010
676
  },
1011
677
  "tooltipDisplay": {
1012
678
  "type": "string",
679
+ "description": "Whether the value is displayed in the tooltip.",
680
+ "displayName": "Tooltip Display",
681
+ "propertyEditorValues": {
682
+ "off": {
683
+ "description": "The property will not be displayed in tooltip.",
684
+ "displayName": "Off"
685
+ },
686
+ "on": {
687
+ "description": "The property will be displayed in tooltip.",
688
+ "displayName": "On"
689
+ }
690
+ },
1013
691
  "enumValues": [
1014
692
  "auto",
1015
693
  "off"
@@ -1019,15 +697,31 @@
1019
697
  },
1020
698
  "value": {
1021
699
  "type": "object",
700
+ "description": "The object defining formatting and tooltip behavior for the value.",
1022
701
  "properties": {
1023
702
  "converter": {
1024
- "type": "any"
703
+ "type": "object",
704
+ "description": "The converter to format the numerical value for the tooltip."
1025
705
  },
1026
706
  "tooltipLabel": {
1027
- "type": "string"
707
+ "type": "string",
708
+ "description": "A string representing the label that is displayed before the value in the tooltip.",
709
+ "displayName": "Tooltip Label"
1028
710
  },
1029
711
  "tooltipDisplay": {
1030
712
  "type": "string",
713
+ "description": "Whether the value is displayed in the tooltip.",
714
+ "displayName": "Tooltip Display",
715
+ "propertyEditorValues": {
716
+ "off": {
717
+ "description": "The property will not be displayed in tooltip.",
718
+ "displayName": "Off"
719
+ },
720
+ "on": {
721
+ "description": "The property will be displayed in tooltip.",
722
+ "displayName": "On"
723
+ }
724
+ },
1031
725
  "enumValues": [
1032
726
  "auto",
1033
727
  "off"
@@ -1042,6 +736,20 @@
1042
736
  "description": "Specifies the selection mode.",
1043
737
  "displayName": "Selection Mode",
1044
738
  "help": "#selectionMode",
739
+ "propertyEditorValues": {
740
+ "none": {
741
+ "description": "No item can be selected.",
742
+ "displayName": "None"
743
+ },
744
+ "single": {
745
+ "description": "Single item can be selected.",
746
+ "displayName": "Single"
747
+ },
748
+ "multiple": {
749
+ "description": "Multiple items can be selected.",
750
+ "displayName": "Multiple"
751
+ }
752
+ },
1045
753
  "enumValues": [
1046
754
  "none",
1047
755
  "multiple",
@@ -1059,6 +767,9 @@
1059
767
  },
1060
768
  "hiddenCategories": {
1061
769
  "type": "Array<string>",
770
+ "description": "An array of category string used for filtering.",
771
+ "displayName": "Hidden Categories",
772
+ "help": "#hiddenCategories",
1062
773
  "writeback": true,
1063
774
  "value": []
1064
775
  },
@@ -1074,6 +785,21 @@
1074
785
  "type": "string",
1075
786
  "description": "Defines the hide and show behavior that is performed when clicking on a leegnd item.",
1076
787
  "displayName": "Hide and Show Behavior",
788
+ "help": "#hideAndShowBehavior",
789
+ "propertyEditorValues": {
790
+ "withRescale": {
791
+ "description": "Rescaling of y axis when items are hidden.",
792
+ "displayName": "With Rescale"
793
+ },
794
+ "withoutRescale": {
795
+ "description": "No rescaling of y axis when items are hidden.",
796
+ "displayName": "Without Rescale"
797
+ },
798
+ "none": {
799
+ "description": "No hide and show behavior.",
800
+ "displayName": "None"
801
+ }
802
+ },
1077
803
  "enumValues": [
1078
804
  "none",
1079
805
  "withoutRescale",
@@ -1085,6 +811,17 @@
1085
811
  "type": "string",
1086
812
  "description": "Defines the behavior applied when hovering over data items.",
1087
813
  "displayName": "Hover Behavior",
814
+ "help": "#hoverBehavior",
815
+ "propertyEditorValues": {
816
+ "dim": {
817
+ "description": "Hovered items will be dimmed.",
818
+ "displayName": "Dim"
819
+ },
820
+ "none": {
821
+ "description": "No hover behavior.",
822
+ "displayName": "None"
823
+ }
824
+ },
1088
825
  "enumValues": [
1089
826
  "none",
1090
827
  "dim"
@@ -1095,6 +832,17 @@
1095
832
  "type": "string",
1096
833
  "description": "The matching condition for the highlighted property.",
1097
834
  "displayName": "Highlight Match",
835
+ "help": "#highlightMatch",
836
+ "propertyEditorValues": {
837
+ "any": {
838
+ "description": "Any matching categories will be highlighted.",
839
+ "displayName": "Dim"
840
+ },
841
+ "all": {
842
+ "description": "Items only with all matching categories will be highlighted.",
843
+ "displayName": "None"
844
+ }
845
+ },
1098
846
  "enumValues": [
1099
847
  "all",
1100
848
  "any"
@@ -1103,7 +851,9 @@
1103
851
  },
1104
852
  "legend": {
1105
853
  "type": "object",
854
+ "displayName": "Legend",
1106
855
  "description": "An object defining the style, positioning, and behavior of the legend.",
856
+ "help": "#legend",
1107
857
  "properties": {
1108
858
  "position": {
1109
859
  "type": "string",
@@ -1143,7 +893,7 @@
1143
893
  "slots": {
1144
894
  "itemTemplate": {
1145
895
  "description": "The itemTemplate slot is used to specify the template for creating each item of the chart. See the Help documentation for more information.",
1146
- "displayName": "itemTemplate",
896
+ "displayName": "Item Template",
1147
897
  "help": "#itemTemplate",
1148
898
  "maxItems": 1,
1149
899
  "data": {
@@ -1160,7 +910,7 @@
1160
910
  },
1161
911
  "seriesTemplate": {
1162
912
  "description": "The seriesTemplate slot is used to specify the template for generating the series properties of the chart. See the Help documentation for more information.",
1163
- "displayName": "seriesTemplate",
913
+ "displayName": "Series Template",
1164
914
  "help": "#seriesTemplate",
1165
915
  "maxItems": 1,
1166
916
  "data": {
@@ -1192,7 +942,7 @@
1192
942
  },
1193
943
  "groupTemplate": {
1194
944
  "description": "The groupTemplate slot is used to specify the template for generating the group properties of the chart. See the Help documentation for more information.",
1195
- "displayName": "groupTemplate",
945
+ "displayName": "Group Template",
1196
946
  "help": "#groupTemplate",
1197
947
  "maxItems": 1,
1198
948
  "data": {
@@ -1230,6 +980,7 @@
1230
980
  "ojViewportChange": {
1231
981
  "description": "Triggered after the viewport is changed due to a zoom or scroll operation.",
1232
982
  "help": "#event:ViewportChange",
983
+ "displayName": "Viewport Change",
1233
984
  "detail": {
1234
985
  "startGroup": {
1235
986
  "type": "string",
@@ -1260,6 +1011,7 @@
1260
1011
  "ojItemDrill": {
1261
1012
  "description": "Triggered on a chart item (double click if selection is enabled, single click otherwise).",
1262
1013
  "help": "#event:ItemDrill",
1014
+ "displayName": "Item Drill",
1263
1015
  "detail": {
1264
1016
  "id": {
1265
1017
  "type": "any",
@@ -1286,11 +1038,15 @@
1286
1038
  },
1287
1039
  "groupId": {
1288
1040
  "type": "Array<string>",
1289
- "description": "The array of id(s) for the group(s) the item belongs to"
1041
+ "description": "The array of ids for the groups the item belongs to."
1290
1042
  },
1291
1043
  "value": {
1292
1044
  "type": "number",
1293
- "description": "The array of id(s) for the group(s) the item belongs to"
1045
+ "description": "The value of the data item."
1046
+ },
1047
+ "x": {
1048
+ "type": "string",
1049
+ "description": "The x value of the data item."
1294
1050
  },
1295
1051
  "color": {
1296
1052
  "type": "string",
@@ -1366,16 +1122,22 @@
1366
1122
  },
1367
1123
  "groupId": {
1368
1124
  "type": "Array<string>",
1369
- "description": "The array of id(s) for the group(s) the item belongs to",
1125
+ "description": "The array of ids for the groups the item belongs to.",
1370
1126
  "displayName": "Group Id",
1371
1127
  "help": "#groupId"
1372
1128
  },
1373
1129
  "value": {
1374
1130
  "type": "number",
1375
- "description": "The array of id(s) for the group(s) the item belongs to",
1131
+ "description": "The value of the data item.",
1376
1132
  "displayName": "Value",
1377
1133
  "help": "#value"
1378
1134
  },
1135
+ "x": {
1136
+ "type": "string",
1137
+ "description": "The x value of the data item.",
1138
+ "displayName": "X",
1139
+ "help": "#x"
1140
+ },
1379
1141
  "color": {
1380
1142
  "type": "string",
1381
1143
  "description": "The color of the data item.",
@@ -1532,6 +1294,7 @@
1532
1294
  "ojGroupDrill": {
1533
1295
  "description": "Triggered on a chart group drill gesture (double click if selection is enabled, single click otherwise).",
1534
1296
  "help": "#event:GroupDrill",
1297
+ "displayName": "Group Drill",
1535
1298
  "detail": {
1536
1299
  "id": {
1537
1300
  "type": "any",
@@ -1581,16 +1344,22 @@
1581
1344
  },
1582
1345
  "groupId": {
1583
1346
  "type": "Array<string>",
1584
- "description": "The array of id(s) for the group(s) the item belongs to",
1347
+ "description": "The array of ids for the groups the item belongs to.",
1585
1348
  "displayName": "Group Id",
1586
1349
  "help": "#groupId"
1587
1350
  },
1588
1351
  "value": {
1589
1352
  "type": "number",
1590
- "description": "The array of id(s) for the group(s) the item belongs to",
1353
+ "description": "The value of the data item.",
1591
1354
  "displayName": "Value",
1592
1355
  "help": "#value"
1593
1356
  },
1357
+ "x": {
1358
+ "type": "string",
1359
+ "description": "The x value of the data item.",
1360
+ "displayName": "X",
1361
+ "help": "#x"
1362
+ },
1594
1363
  "color": {
1595
1364
  "type": "string",
1596
1365
  "description": "The color of the data item.",
@@ -1662,6 +1431,7 @@
1662
1431
  "ojSeriesDrill": {
1663
1432
  "description": "Triggered on a chart series drill gesture (double click if selection is enabled, single click otherwise).",
1664
1433
  "help": "#event:SeriesDrill",
1434
+ "displayName": "Series Drill",
1665
1435
  "detail": {
1666
1436
  "id": {
1667
1437
  "type": "any",
@@ -1691,16 +1461,22 @@
1691
1461
  },
1692
1462
  "groupId": {
1693
1463
  "type": "Array<string>",
1694
- "description": "The array of id(s) for the group(s) the item belongs to",
1464
+ "description": "The array of ids for the groups the item belongs to.",
1695
1465
  "displayName": "Group Id",
1696
1466
  "help": "#groupId"
1697
1467
  },
1698
1468
  "value": {
1699
1469
  "type": "number",
1700
- "description": "The array of id(s) for the group(s) the item belongs to",
1470
+ "description": "The value of the data item.",
1701
1471
  "displayName": "Value",
1702
1472
  "help": "#value"
1703
1473
  },
1474
+ "x": {
1475
+ "type": "string",
1476
+ "description": "The x value of the data item.",
1477
+ "displayName": "X",
1478
+ "help": "#x"
1479
+ },
1704
1480
  "color": {
1705
1481
  "type": "string",
1706
1482
  "description": "The color of the data item.",
@@ -1846,16 +1622,22 @@
1846
1622
  },
1847
1623
  "groupId": {
1848
1624
  "type": "Array<string>",
1849
- "description": "The array of id(s) for the group(s) the item belongs to",
1625
+ "description": "The array of ids for the groups the item belongs to.",
1850
1626
  "displayName": "Group Id",
1851
1627
  "help": "#groupId"
1852
1628
  },
1853
1629
  "value": {
1854
1630
  "type": "number",
1855
- "description": "The array of id(s) for the group(s) the item belongs to",
1631
+ "description": "The value of the data item.",
1856
1632
  "displayName": "Value",
1857
1633
  "help": "#value"
1858
1634
  },
1635
+ "x": {
1636
+ "type": "string",
1637
+ "description": "The x value of the data item.",
1638
+ "displayName": "X",
1639
+ "help": "#x"
1640
+ },
1859
1641
  "color": {
1860
1642
  "type": "string",
1861
1643
  "description": "The color of the data item.",